Html Css Color HEX #8AC20C Citrus

📋 copy color: '#8AC20C'

red 138 ◦ green 194 ◦ blue 12

#8AC20C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #8AC20C

Tints of Citrus #8AC20C

RGB

 RED value IS 138 (54.3% from 255) = 40.12%

 GREEN value IS 194 (76.17% from 255) = 56.4%

 BLUE value IS 12 (5.08% from 255) = 3.49%

R = 40.12%
G = 56.4%
B = 3.49%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#8AC20C (or 0x8AC20C) is known color: Citrus. HEX triplet: 8A, C2 and 0C. RGB value is (138,194,12). Sum of RGB (Red+Green+Blue) = 138+194+12=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 194 (76.17% from 255 or 56.40% from 344); Blue value is 12 (5.08% from 255 or 3.49% from 344); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC20C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC20C is #753DF3. Grayscale: #9D9D9D. Windows color (decimal): -7683572 or 836234. OLE color: 836234.

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

Color convert

RGB 138 194 12 -
CMYK 0.29 0 0.94 0.24
HSL 78.46º 0.88% 0.4% -
HSV(B) 78.46º 0.94% 0.76% -
XYZ 29.84 44.01 7.27 -
YUV 156.51 46.45 114.8 -
System Red Green Blue C M Y K H S L
Decimal 138 194 12 0.29 0 0.94 0.24 78.46 0.88 0.4
Hex 8A C2 C 1D 0 5E 18 4E 58 28
Octal 212 302 14 35 0 136 30 116 130 50
Binary 10001010 11000010 1100 11101 0 1011110 11000 1001110 1011000 101000

Color Harmonies of #8AC20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC20C

Black with #8AC20C

Text Example


Text Example

White with #8AC20C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8AC20C;
 }
 .AnyTagClassName
 {
   color: #8AC20C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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