Html Css Color HEX #8AC008 Citrus

📋 copy color: '#8AC008'

red 138 ◦ green 192 ◦ blue 8

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

Shades of Citrus #8AC008

Tints of Citrus #8AC008

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.8%

 BLUE value IS 8 (3.52% from 255) = 2.37%

R = 40.83%
G = 56.8%
B = 2.37%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#8AC008 (or 0x8AC008) is known color: Citrus. HEX triplet: 8A, C0 and 08. RGB value is (138,192,8). Sum of RGB (Red+Green+Blue) = 138+192+8=338 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.83% from 338); Green value is 192 (75.39% from 255 or 56.80% from 338); Blue value is 8 (3.52% from 255 or 2.37% from 338); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC008 is #753FF7. Grayscale: #9B9B9B. Windows color (decimal): -7684088 or 573578. OLE color: 573578.

HSL color Cylindrical-coordinate representation of color #8AC008: hue angle of 77.61º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8AC008 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 192 8 -
CMYK 0.28 0 0.96 0.25
HSL 77.61º 0.92% 0.39% -
HSV(B) 77.61º 0.96% 0.75% -
XYZ 29.37 43.12 7 -
YUV 154.88 45.11 115.96 -
System Red Green Blue C M Y K H S L
Decimal 138 192 8 0.28 0 0.96 0.25 77.61 0.92 0.39
Hex 8A C0 8 1C 0 60 19 4E 5C 27
Octal 212 300 10 34 0 140 31 116 134 47
Binary 10001010 11000000 1000 11100 0 1100000 11001 1001110 1011100 100111

Color Harmonies of #8AC008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC008

Black with #8AC008

Text Example


Text Example

White with #8AC008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,192,8); }

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

background-color css

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

 a { background-color: rgb(138,192,8); }

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

border-color css

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

 span { border-color: rgb(138,192,8); }

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