Html Css Color HEX #A8C006 Citrus

📋 copy color: '#A8C006'

red 168 ◦ green 192 ◦ blue 6

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

Shades of Citrus #A8C006

Tints of Citrus #A8C006

RGB

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

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

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

R = 45.9%
G = 52.46%
B = 1.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#A8C006 (or 0xA8C006) is known color: Citrus. HEX triplet: A8, C0 and 06. RGB value is (168,192,6). Sum of RGB (Red+Green+Blue) = 168+192+6=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 192 (75.39% from 255 or 52.46% from 366); Blue value is 6 (2.73% from 255 or 1.64% from 366); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C006 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C006 is #573FF9. Grayscale: #A4A4A4. Windows color (decimal): -5718010 or 442536. OLE color: 442536.

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

Color convert

RGB 168 192 6 -
CMYK 0.12 0 0.97 0.25
HSL 67.74º 0.94% 0.39% -
HSV(B) 67.74º 0.97% 0.75% -
XYZ 35.03 46.04 7.21 -
YUV 163.62 39.05 131.12 -
System Red Green Blue C M Y K H S L
Decimal 168 192 6 0.12 0 0.97 0.25 67.74 0.94 0.39
Hex A8 C0 6 C 0 61 19 44 5E 27
Octal 250 300 6 14 0 141 31 104 136 47
Binary 10101000 11000000 110 1100 0 1100001 11001 1000100 1011110 100111

Color Harmonies of #A8C006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C006

Black with #A8C006

Text Example


Text Example

White with #A8C006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C006; }

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

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

background-color css

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

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

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

border-color css

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

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

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