Html Css Color HEX #A0CA06 Citrus

📋 copy color: '#A0CA06'

red 160 ◦ green 202 ◦ blue 6

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

Shades of Citrus #A0CA06

Tints of Citrus #A0CA06

RGB

 RED value IS 160 (62.89% from 255) = 43.48%

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

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

R = 43.48%
G = 54.89%
B = 1.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#A0CA06 (or 0xA0CA06) is known color: Citrus. HEX triplet: A0, CA and 06. RGB value is (160,202,6). Sum of RGB (Red+Green+Blue) = 160+202+6=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 202 (79.30% from 255 or 54.89% from 368); Blue value is 6 (2.73% from 255 or 1.63% from 368); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CA06 is #5F35F9. Grayscale: #A7A7A7. Windows color (decimal): -6239738 or 445088. OLE color: 445088.

HSL color Cylindrical-coordinate representation of color #A0CA06: hue angle of 72.86º 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 #A0CA06 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 202 6 -
CMYK 0.21 0 0.97 0.21
HSL 72.86º 0.94% 0.41% -
HSV(B) 72.86º 0.97% 0.79% -
XYZ 35.65 49.73 7.89 -
YUV 167.1 37.09 122.94 -
System Red Green Blue C M Y K H S L
Decimal 160 202 6 0.21 0 0.97 0.21 72.86 0.94 0.41
Hex A0 CA 6 15 0 61 15 49 5E 29
Octal 240 312 6 25 0 141 25 111 136 51
Binary 10100000 11001010 110 10101 0 1100001 10101 1001001 1011110 101001

Color Harmonies of #A0CA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CA06

Black with #A0CA06

Text Example


Text Example

White with #A0CA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CA06; }

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

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

background-color css

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

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

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

border-color css

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

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

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