Html Css Color HEX #A3CA0C Citrus

📋 copy color: '#A3CA0C'

red 163 ◦ green 202 ◦ blue 12

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

Shades of Citrus #A3CA0C

Tints of Citrus #A3CA0C

RGB

 RED value IS 163 (64.06% from 255) = 43.24%

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

 BLUE value IS 12 (5.08% from 255) = 3.18%

R = 43.24%
G = 53.58%
B = 3.18%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#A3CA0C (or 0xA3CA0C) is known color: Citrus. HEX triplet: A3, CA and 0C. RGB value is (163,202,12). Sum of RGB (Red+Green+Blue) = 163+202+12=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 202 (79.30% from 255 or 53.58% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3CA0C is #5C35F3. Grayscale: #A9A9A9. Windows color (decimal): -6043124 or 838307. OLE color: 838307.

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

Color convert

RGB 163 202 12 -
CMYK 0.19 0 0.94 0.21
HSL 72.32º 0.89% 0.42% -
HSV(B) 72.32º 0.94% 0.79% -
XYZ 36.29 50.05 8.1 -
YUV 168.68 39.58 123.95 -
System Red Green Blue C M Y K H S L
Decimal 163 202 12 0.19 0 0.94 0.21 72.32 0.89 0.42
Hex A3 CA C 13 0 5E 15 48 59 2A
Octal 243 312 14 23 0 136 25 110 131 52
Binary 10100011 11001010 1100 10011 0 1011110 10101 1001000 1011001 101010

Color Harmonies of #A3CA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CA0C

Black with #A3CA0C

Text Example


Text Example

White with #A3CA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CA0C; }

 p { color: rgb(163,202,12); }

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

background-color css

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

 a { background-color: rgb(163,202,12); }

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

border-color css

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

 span { border-color: rgb(163,202,12); }

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