Html Css Color HEX #A6CA03 Citrus

📋 copy color: '#A6CA03'

red 166 ◦ green 202 ◦ blue 3

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

Shades of Citrus #A6CA03

Tints of Citrus #A6CA03

RGB

 RED value IS 166 (65.23% from 255) = 44.74%

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

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

R = 44.74%
G = 54.45%
B = 0.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#A6CA03 (or 0xA6CA03) is known color: Citrus. HEX triplet: A6, CA and 03. RGB value is (166,202,3). Sum of RGB (Red+Green+Blue) = 166+202+3=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 202 (79.30% from 255 or 54.45% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6CA03 is #5935FC. Grayscale: #A9A9A9. Windows color (decimal): -5846525 or 248486. OLE color: 248486.

HSL color Cylindrical-coordinate representation of color #A6CA03: hue angle of 70.85º 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 #A6CA03 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 202 3 -
CMYK 0.18 0 0.99 0.21
HSL 70.85º 0.97% 0.4% -
HSV(B) 70.85º 0.99% 0.79% -
XYZ 36.86 50.35 7.86 -
YUV 168.55 34.57 126.18 -
System Red Green Blue C M Y K H S L
Decimal 166 202 3 0.18 0 0.99 0.21 70.85 0.97 0.4
Hex A6 CA 3 12 0 63 15 47 61 28
Octal 246 312 3 22 0 143 25 107 141 50
Binary 10100110 11001010 11 10010 0 1100011 10101 1000111 1100001 101000

Color Harmonies of #A6CA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CA03

Black with #A6CA03

Text Example


Text Example

White with #A6CA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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