Html Css Color HEX #A5CA06 Citrus

📋 copy color: '#A5CA06'

red 165 ◦ green 202 ◦ blue 6

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

Shades of Citrus #A5CA06

Tints of Citrus #A5CA06

RGB

 RED value IS 165 (64.84% from 255) = 44.24%

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

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

R = 44.24%
G = 54.16%
B = 1.61%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#A5CA06 (or 0xA5CA06) is known color: Citrus. HEX triplet: A5, CA and 06. RGB value is (165,202,6). Sum of RGB (Red+Green+Blue) = 165+202+6=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 202 (79.30% from 255 or 54.16% from 373); Blue value is 6 (2.73% from 255 or 1.61% from 373); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5CA06 is #5A35F9. Grayscale: #A9A9A9. Windows color (decimal): -5912058 or 445093. OLE color: 445093.

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

Color convert

RGB 165 202 6 -
CMYK 0.18 0 0.97 0.21
HSL 71.33º 0.94% 0.41% -
HSV(B) 71.33º 0.97% 0.79% -
XYZ 36.67 50.25 7.94 -
YUV 168.59 36.24 125.44 -
System Red Green Blue C M Y K H S L
Decimal 165 202 6 0.18 0 0.97 0.21 71.33 0.94 0.41
Hex A5 CA 6 12 0 61 15 47 5E 29
Octal 245 312 6 22 0 141 25 107 136 51
Binary 10100101 11001010 110 10010 0 1100001 10101 1000111 1011110 101001

Color Harmonies of #A5CA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CA06

Black with #A5CA06

Text Example


Text Example

White with #A5CA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CA06; }

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

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

background-color css

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

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

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

border-color css

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

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

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