Html Css Color HEX #A3CA06 Citrus

📋 copy color: '#A3CA06'

red 163 ◦ green 202 ◦ blue 6

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

Shades of Citrus #A3CA06

Tints of Citrus #A3CA06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.62%

R = 43.94%
G = 54.45%
B = 1.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#A3CA06 (or 0xA3CA06) is known color: Citrus. HEX triplet: A3, CA and 06. RGB value is (163,202,6). Sum of RGB (Red+Green+Blue) = 163+202+6=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 202 (79.30% from 255 or 54.45% from 371); Blue value is 6 (2.73% from 255 or 1.62% from 371); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3CA06 is #5C35F9. Grayscale: #A8A8A8. Windows color (decimal): -6043130 or 445091. OLE color: 445091.

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

Color convert

RGB 163 202 6 -
CMYK 0.19 0 0.97 0.21
HSL 71.94º 0.94% 0.41% -
HSV(B) 71.94º 0.97% 0.79% -
XYZ 36.26 50.04 7.92 -
YUV 168 36.58 124.44 -
System Red Green Blue C M Y K H S L
Decimal 163 202 6 0.19 0 0.97 0.21 71.94 0.94 0.41
Hex A3 CA 6 13 0 61 15 48 5E 29
Octal 243 312 6 23 0 141 25 110 136 51
Binary 10100011 11001010 110 10011 0 1100001 10101 1001000 1011110 101001

Color Harmonies of #A3CA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CA06

Black with #A3CA06

Text Example


Text Example

White with #A3CA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CA06; }

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

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

background-color css

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

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

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

border-color css

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

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

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