Html Css Color HEX #A0CA09 Citrus

📋 copy color: '#A0CA09'

red 160 ◦ green 202 ◦ blue 9

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

Shades of Citrus #A0CA09

Tints of Citrus #A0CA09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.43%

R = 43.13%
G = 54.45%
B = 2.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#A0CA09 (or 0xA0CA09) is known color: Citrus. HEX triplet: A0, CA and 09. RGB value is (160,202,9). Sum of RGB (Red+Green+Blue) = 160+202+9=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 202 (79.30% from 255 or 54.45% from 371); Blue value is 9 (3.91% from 255 or 2.43% from 371); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CA09 is #5F35F6. Grayscale: #A8A8A8. Windows color (decimal): -6239735 or 641696. OLE color: 641696.

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

Color convert

RGB 160 202 9 -
CMYK 0.21 0 0.96 0.21
HSL 73.06º 0.91% 0.41% -
HSV(B) 73.06º 0.96% 0.79% -
XYZ 35.67 49.73 7.98 -
YUV 167.44 38.59 122.69 -
System Red Green Blue C M Y K H S L
Decimal 160 202 9 0.21 0 0.96 0.21 73.06 0.91 0.41
Hex A0 CA 9 15 0 60 15 49 5B 29
Octal 240 312 11 25 0 140 25 111 133 51
Binary 10100000 11001010 1001 10101 0 1100000 10101 1001001 1011011 101001

Color Harmonies of #A0CA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CA09

Black with #A0CA09

Text Example


Text Example

White with #A0CA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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