Html Css Color HEX #A4CA03 Citrus

📋 copy color: '#A4CA03'

red 164 ◦ green 202 ◦ blue 3

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

Shades of Citrus #A4CA03

Tints of Citrus #A4CA03

RGB

 RED value IS 164 (64.45% from 255) = 44.44%

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

 BLUE value IS 3 (1.56% from 255) = 0.81%

R = 44.44%
G = 54.74%
B = 0.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#A4CA03 (or 0xA4CA03) is known color: Citrus. HEX triplet: A4, CA and 03. RGB value is (164,202,3). Sum of RGB (Red+Green+Blue) = 164+202+3=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 202 (79.30% from 255 or 54.74% from 369); Blue value is 3 (1.56% from 255 or 0.81% from 369); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4CA03 is #5B35FC. Grayscale: #A8A8A8. Windows color (decimal): -5977597 or 248484. OLE color: 248484.

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

Color convert

RGB 164 202 3 -
CMYK 0.19 0 0.99 0.21
HSL 71.46º 0.97% 0.4% -
HSV(B) 71.46º 0.99% 0.79% -
XYZ 36.45 50.14 7.84 -
YUV 167.95 34.91 125.18 -
System Red Green Blue C M Y K H S L
Decimal 164 202 3 0.19 0 0.99 0.21 71.46 0.97 0.4
Hex A4 CA 3 13 0 63 15 47 61 28
Octal 244 312 3 23 0 143 25 107 141 50
Binary 10100100 11001010 11 10011 0 1100011 10101 1000111 1100001 101000

Color Harmonies of #A4CA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CA03

Black with #A4CA03

Text Example


Text Example

White with #A4CA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CA03; }

 p { color: rgb(164,202,3); }

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

background-color css

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

 a { background-color: rgb(164,202,3); }

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

border-color css

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

 span { border-color: rgb(164,202,3); }

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