Html Css Color HEX #A8C208 Citrus

📋 copy color: '#A8C208'

red 168 ◦ green 194 ◦ blue 8

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

Shades of Citrus #A8C208

Tints of Citrus #A8C208

RGB

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

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

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

R = 45.41%
G = 52.43%
B = 2.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#A8C208 (or 0xA8C208) is known color: Citrus. HEX triplet: A8, C2 and 08. RGB value is (168,194,8). Sum of RGB (Red+Green+Blue) = 168+194+8=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 194 (76.17% from 255 or 52.43% from 370); Blue value is 8 (3.52% from 255 or 2.16% from 370); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C208 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C208 is #573DF7. Grayscale: #A5A5A5. Windows color (decimal): -5717496 or 574120. OLE color: 574120.

HSL color Cylindrical-coordinate representation of color #A8C208: hue angle of 68.39º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8C208 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 194 8 -
CMYK 0.13 0 0.96 0.24
HSL 68.39º 0.92% 0.4% -
HSV(B) 68.39º 0.96% 0.76% -
XYZ 35.48 46.93 7.42 -
YUV 165.02 39.39 130.12 -
System Red Green Blue C M Y K H S L
Decimal 168 194 8 0.13 0 0.96 0.24 68.39 0.92 0.4
Hex A8 C2 8 D 0 60 18 44 5C 28
Octal 250 302 10 15 0 140 30 104 134 50
Binary 10101000 11000010 1000 1101 0 1100000 11000 1000100 1011100 101000

Color Harmonies of #A8C208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C208

Black with #A8C208

Text Example


Text Example

White with #A8C208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C208; }

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

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

background-color css

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

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

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

border-color css

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

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

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