Html Css Color HEX #8AC608 Citrus

📋 copy color: '#8AC608'

red 138 ◦ green 198 ◦ blue 8

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

Shades of Citrus #8AC608

Tints of Citrus #8AC608

RGB

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

 GREEN value IS 198 (77.73% from 255) = 57.56%

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

R = 40.12%
G = 57.56%
B = 2.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#8AC608 (or 0x8AC608) is known color: Citrus. HEX triplet: 8A, C6 and 08. RGB value is (138,198,8). Sum of RGB (Red+Green+Blue) = 138+198+8=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 198 (77.73% from 255 or 57.56% from 344); Blue value is 8 (3.52% from 255 or 2.33% from 344); Max value from RGB is 198 - color contains mainly: green. Hex color #8AC608 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC608 is #7539F7. Grayscale: #9F9F9F. Windows color (decimal): -7682552 or 575114. OLE color: 575114.

HSL color Cylindrical-coordinate representation of color #8AC608: hue angle of 78.95º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8AC608 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 138 198 8 -
CMYK 0.30 0 0.96 0.22
HSL 78.95º 0.92% 0.4% -
HSV(B) 78.95º 0.96% 0.78% -
XYZ 30.72 45.81 7.45 -
YUV 158.4 43.12 113.45 -
System Red Green Blue C M Y K H S L
Decimal 138 198 8 0.30 0 0.96 0.22 78.95 0.92 0.4
Hex 8A C6 8 1E 0 60 16 4F 5C 28
Octal 212 306 10 36 0 140 26 117 134 50
Binary 10001010 11000110 1000 11110 0 1100000 10110 1001111 1011100 101000

Color Harmonies of #8AC608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC608

Black with #8AC608

Text Example


Text Example

White with #8AC608

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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