Html Css Color HEX #A6CA05 Citrus

📋 copy color: '#A6CA05'

red 166 ◦ green 202 ◦ blue 5

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

Shades of Citrus #A6CA05

Tints of Citrus #A6CA05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.34%

R = 44.5%
G = 54.16%
B = 1.34%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#A6CA05 (or 0xA6CA05) is known color: Citrus. HEX triplet: A6, CA and 05. RGB value is (166,202,5). Sum of RGB (Red+Green+Blue) = 166+202+5=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 202 (79.30% from 255 or 54.16% from 373); Blue value is 5 (2.34% from 255 or 1.34% from 373); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6CA05 is #5935FA. Grayscale: #A9A9A9. Windows color (decimal): -5846523 or 379558. OLE color: 379558.

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

Color convert

RGB 166 202 5 -
CMYK 0.18 0 0.98 0.21
HSL 70.96º 0.95% 0.41% -
HSV(B) 70.96º 0.98% 0.79% -
XYZ 36.87 50.36 7.92 -
YUV 168.78 35.57 126.02 -
System Red Green Blue C M Y K H S L
Decimal 166 202 5 0.18 0 0.98 0.21 70.96 0.95 0.41
Hex A6 CA 5 12 0 62 15 47 5F 29
Octal 246 312 5 22 0 142 25 107 137 51
Binary 10100110 11001010 101 10010 0 1100010 10101 1000111 1011111 101001

Color Harmonies of #A6CA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CA05

Black with #A6CA05

Text Example


Text Example

White with #A6CA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CA05; }

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

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

background-color css

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

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

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

border-color css

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

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

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