Html Css Color HEX #A0CA08 Citrus

📋 copy color: '#A0CA08'

red 160 ◦ green 202 ◦ blue 8

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

Shades of Citrus #A0CA08

Tints of Citrus #A0CA08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.16%

R = 43.24%
G = 54.59%
B = 2.16%

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

#A0CA08 (or 0xA0CA08) is known color: Citrus. HEX triplet: A0, CA and 08. RGB value is (160,202,8). Sum of RGB (Red+Green+Blue) = 160+202+8=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 202 (79.30% from 255 or 54.59% from 370); Blue value is 8 (3.52% from 255 or 2.16% from 370); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CA08 is #5F35F7. Grayscale: #A8A8A8. Windows color (decimal): -6239736 or 576160. OLE color: 576160.

HSL color Cylindrical-coordinate representation of color #A0CA08: hue angle of 72.99º degrees, saturation: 0.92, 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 #A0CA08 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 202 8 -
CMYK 0.21 0 0.96 0.21
HSL 72.99º 0.92% 0.41% -
HSV(B) 72.99º 0.96% 0.79% -
XYZ 35.66 49.73 7.95 -
YUV 167.33 38.09 122.77 -
System Red Green Blue C M Y K H S L
Decimal 160 202 8 0.21 0 0.96 0.21 72.99 0.92 0.41
Hex A0 CA 8 15 0 60 15 49 5C 29
Octal 240 312 10 25 0 140 25 111 134 51
Binary 10100000 11001010 1000 10101 0 1100000 10101 1001001 1011100 101001

Color Harmonies of #A0CA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CA08

Black with #A0CA08

Text Example


Text Example

White with #A0CA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CA08; }

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

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

background-color css

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

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

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

border-color css

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

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

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