Html Css Color HEX #A8C206 Citrus

📋 copy color: '#A8C206'

red 168 ◦ green 194 ◦ blue 6

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

Shades of Citrus #A8C206

Tints of Citrus #A8C206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.63%

R = 45.65%
G = 52.72%
B = 1.63%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#A8C206 (or 0xA8C206) is known color: Citrus. HEX triplet: A8, C2 and 06. RGB value is (168,194,6). Sum of RGB (Red+Green+Blue) = 168+194+6=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 194 (76.17% from 255 or 52.72% from 368); Blue value is 6 (2.73% from 255 or 1.63% from 368); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C206 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C206 is #573DF9. Grayscale: #A5A5A5. Windows color (decimal): -5717498 or 443048. OLE color: 443048.

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

Color convert

RGB 168 194 6 -
CMYK 0.13 0 0.97 0.24
HSL 68.3º 0.94% 0.39% -
HSV(B) 68.3º 0.97% 0.76% -
XYZ 35.47 46.92 7.36 -
YUV 164.79 38.39 130.29 -
System Red Green Blue C M Y K H S L
Decimal 168 194 6 0.13 0 0.97 0.24 68.3 0.94 0.39
Hex A8 C2 6 D 0 61 18 44 5E 27
Octal 250 302 6 15 0 141 30 104 136 47
Binary 10101000 11000010 110 1101 0 1100001 11000 1000100 1011110 100111

Color Harmonies of #A8C206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C206

Black with #A8C206

Text Example


Text Example

White with #A8C206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C206; }

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

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

background-color css

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

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

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

border-color css

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

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

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