Html Css Color HEX #A8CA06 Citrus

📋 copy color: '#A8CA06'

red 168 ◦ green 202 ◦ blue 6

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

Shades of Citrus #A8CA06

Tints of Citrus #A8CA06

RGB

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

 GREEN value IS 202 (79.3% from 255) = 53.72%

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

R = 44.68%
G = 53.72%
B = 1.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#A8CA06 (or 0xA8CA06) is known color: Citrus. HEX triplet: A8, CA and 06. RGB value is (168,202,6). Sum of RGB (Red+Green+Blue) = 168+202+6=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 202 (79.30% from 255 or 53.72% from 376); Blue value is 6 (2.73% from 255 or 1.60% from 376); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CA06 is #5735F9. Grayscale: #AAAAAA. Windows color (decimal): -5715450 or 445096. OLE color: 445096.

HSL color Cylindrical-coordinate representation of color #A8CA06: hue angle of 70.41º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8CA06 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 202 6 -
CMYK 0.17 0 0.97 0.21
HSL 70.41º 0.94% 0.41% -
HSV(B) 70.41º 0.97% 0.79% -
XYZ 37.3 50.58 7.97 -
YUV 169.49 35.74 126.94 -
System Red Green Blue C M Y K H S L
Decimal 168 202 6 0.17 0 0.97 0.21 70.41 0.94 0.41
Hex A8 CA 6 11 0 61 15 46 5E 29
Octal 250 312 6 21 0 141 25 106 136 51
Binary 10101000 11001010 110 10001 0 1100001 10101 1000110 1011110 101001

Color Harmonies of #A8CA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CA06

Black with #A8CA06

Text Example


Text Example

White with #A8CA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CA06; }

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

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

background-color css

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

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

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

border-color css

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

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

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