#8AC20E

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

Shades of Citrus #8AC20E

Tints of Citrus #8AC20E

Color information

#8AC20E (or 0x8AC20E) is unknown color: approx Citrus. HEX triplet: 8A, C2 and 0E. RGB value is (138,194,14). Sum of RGB (Red+Green+Blue) = 138+194+14=346 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.88% from 346); Green value is 194 (76.17% from 255 or 56.07% from 346); Blue value is 14 (5.86% from 255 or 4.05% from 346); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC20E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC20E is #753DF1. Grayscale: #9D9D9D. Windows color (decimal): -7683570 or 967306. OLE color: 967306.

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

Color convert

RGB13819414-
CMYK0.2900.930.24
HSL78.67º86.54%40.78%-
HSV(B)78.67º92.78%76.08%-
XYZ29.8544.027.34-
YUV156.7447.45114.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.88%
GREEN value IS 194 (76.17% from 255) = 56.07%
BLUE value IS 14 (5.86% from 255) = 4.05%
R=39.88%
G=56.07%
B=4.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal138194140.2900.930.2478.6786.5440.78
Hex8AC2E1D05D184f5729
Octal212302163501353011712751
Binary1000101011000010111011101010111011100010011111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC20E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,194,14); }

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

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

 a { background-color: rgb(138,194,14); }

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

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

 span { border-color: rgb(138,194,14); }

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