Html Css Color HEX #A8C008 Citrus

📋 copy color: '#A8C008'

red 168 ◦ green 192 ◦ blue 8

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

Shades of Citrus #A8C008

Tints of Citrus #A8C008

RGB

 RED value IS 168 (66.02% from 255) = 45.65%

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

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

R = 45.65%
G = 52.17%
B = 2.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#A8C008 (or 0xA8C008) is known color: Citrus. HEX triplet: A8, C0 and 08. RGB value is (168,192,8). Sum of RGB (Red+Green+Blue) = 168+192+8=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 192 (75.39% from 255 or 52.17% from 368); Blue value is 8 (3.52% from 255 or 2.17% from 368); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C008 is #573FF7. Grayscale: #A4A4A4. Windows color (decimal): -5718008 or 573608. OLE color: 573608.

HSL color Cylindrical-coordinate representation of color #A8C008: hue angle of 67.83º 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 #A8C008 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 192 8 -
CMYK 0.12 0 0.96 0.25
HSL 67.83º 0.92% 0.39% -
HSV(B) 67.83º 0.96% 0.75% -
XYZ 35.04 46.04 7.27 -
YUV 163.85 40.05 130.96 -
System Red Green Blue C M Y K H S L
Decimal 168 192 8 0.12 0 0.96 0.25 67.83 0.92 0.39
Hex A8 C0 8 C 0 60 19 44 5C 27
Octal 250 300 10 14 0 140 31 104 134 47
Binary 10101000 11000000 1000 1100 0 1100000 11001 1000100 1011100 100111

Color Harmonies of #A8C008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C008

Black with #A8C008

Text Example


Text Example

White with #A8C008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C008; }

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

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

background-color css

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

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

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

border-color css

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

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

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