Html Css Color HEX #A0CA07 Citrus

📋 copy color: '#A0CA07'

red 160 ◦ green 202 ◦ blue 7

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

Shades of Citrus #A0CA07

Tints of Citrus #A0CA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.9%

R = 43.36%
G = 54.74%
B = 1.9%

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

#A0CA07 (or 0xA0CA07) is known color: Citrus. HEX triplet: A0, CA and 07. RGB value is (160,202,7). Sum of RGB (Red+Green+Blue) = 160+202+7=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 202 (79.30% from 255 or 54.74% from 369); Blue value is 7 (3.12% from 255 or 1.90% from 369); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CA07 is #5F35F8. Grayscale: #A7A7A7. Windows color (decimal): -6239737 or 510624. OLE color: 510624.

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

Color convert

RGB 160 202 7 -
CMYK 0.21 0 0.97 0.21
HSL 72.92º 0.93% 0.41% -
HSV(B) 72.92º 0.97% 0.79% -
XYZ 35.66 49.73 7.92 -
YUV 167.21 37.59 122.86 -
System Red Green Blue C M Y K H S L
Decimal 160 202 7 0.21 0 0.97 0.21 72.92 0.93 0.41
Hex A0 CA 7 15 0 61 15 49 5D 29
Octal 240 312 7 25 0 141 25 111 135 51
Binary 10100000 11001010 111 10101 0 1100001 10101 1001001 1011101 101001

Color Harmonies of #A0CA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CA07

Black with #A0CA07

Text Example


Text Example

White with #A0CA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CA07; }

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

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

background-color css

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

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

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

border-color css

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

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

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