Html Css Color HEX #A1CA04 Citrus

📋 copy color: '#A1CA04'

red 161 ◦ green 202 ◦ blue 4

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

Shades of Citrus #A1CA04

Tints of Citrus #A1CA04

RGB

 RED value IS 161 (63.28% from 255) = 43.87%

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

 BLUE value IS 4 (1.95% from 255) = 1.09%

R = 43.87%
G = 55.04%
B = 1.09%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#A1CA04 (or 0xA1CA04) is known color: Citrus. HEX triplet: A1, CA and 04. RGB value is (161,202,4). Sum of RGB (Red+Green+Blue) = 161+202+4=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 202 (79.30% from 255 or 55.04% from 367); Blue value is 4 (1.95% from 255 or 1.09% from 367); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1CA04 is #5E35FB. Grayscale: #A7A7A7. Windows color (decimal): -6174204 or 314017. OLE color: 314017.

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

Color convert

RGB 161 202 4 -
CMYK 0.20 0 0.98 0.21
HSL 72.42º 0.96% 0.4% -
HSV(B) 72.42º 0.98% 0.79% -
XYZ 35.84 49.83 7.84 -
YUV 167.17 35.92 123.6 -
System Red Green Blue C M Y K H S L
Decimal 161 202 4 0.20 0 0.98 0.21 72.42 0.96 0.4
Hex A1 CA 4 14 0 62 15 48 60 28
Octal 241 312 4 24 0 142 25 110 140 50
Binary 10100001 11001010 100 10100 0 1100010 10101 1001000 1100000 101000

Color Harmonies of #A1CA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CA04

Black with #A1CA04

Text Example


Text Example

White with #A1CA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CA04; }

 p { color: rgb(161,202,4); }

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

background-color css

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

 a { background-color: rgb(161,202,4); }

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

border-color css

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

 span { border-color: rgb(161,202,4); }

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