#8AC30F

Color #8AC30F Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #8AC30F

Tints of Citrus #8AC30F

Color information

#8AC30F (or 0x8AC30F) is unknown color: approx Citrus. HEX triplet: 8A, C3 and 0F. RGB value is (138,195,15). Sum of RGB (Red+Green+Blue) = 138+195+15=348 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.66% from 348); Green value is 195 (76.56% from 255 or 56.03% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 195 - color contains mainly: green. Hex color #8AC30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC30F is #753CF0. Grayscale: #9E9E9E. Windows color (decimal): -7683313 or 1033098. OLE color: 1033098.

HSL color Cylindrical-coordinate representation of color #8AC30F: hue angle of 79º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8AC30F is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB13819515-
CMYK0.2900.920.24
HSL79º85.71%41.18%-
HSV(B)79º92.31%76.47%-
XYZ30.0844.477.45-
YUV157.4447.62114.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 39.66%
GREEN value IS 195 (76.56% from 255) = 56.03%
BLUE value IS 15 (6.25% from 255) = 4.31%
R=39.66%
G=56.03%
B=4.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal138195150.2900.920.247985.7141.18
Hex8AC3F1D05C184f5629
Octal212303173501343011712651
Binary1000101011000011111111101010111001100010011111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC30F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AC30F; }

 p { color: rgb(138,195,15); }

 H1.HeaderClassName
 {
   color: #8AC30F;
 }
 .AnyTagClassName
 {
   color: #8AC30F;
 }
</style>
background-color css

<style>
 a { background-color: #8AC30F; }

 a { background-color: rgb(138,195,15); }

 div.DivClassName
 {
   background-color: #8AC30F;
 }
 .BgClassName
 {
   background-color: #8AC30F;
 }
</style>
border-color css

<style>
 span { border-color: #8AC30F; }

 span { border-color: rgb(138,195,15); }

 td.TdClassName
 {
   border-color: #8AC30F;
 }
 .TagClassName
 {
   border-color: #8AC30F;
 }
</style>