Html Css Color HEX #A5C606 Citrus

📋 copy color: '#A5C606'

red 165 ◦ green 198 ◦ blue 6

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

Shades of Citrus #A5C606

Tints of Citrus #A5C606

RGB

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

 GREEN value IS 198 (77.73% from 255) = 53.66%

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

R = 44.72%
G = 53.66%
B = 1.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#A5C606 (or 0xA5C606) is known color: Citrus. HEX triplet: A5, C6 and 06. RGB value is (165,198,6). Sum of RGB (Red+Green+Blue) = 165+198+6=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 198 (77.73% from 255 or 53.66% from 369); Blue value is 6 (2.73% from 255 or 1.63% from 369); Max value from RGB is 198 - color contains mainly: green. Hex color #A5C606 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C606 is #5A39F9. Grayscale: #A6A6A6. Windows color (decimal): -5913082 or 444069. OLE color: 444069.

HSL color Cylindrical-coordinate representation of color #A5C606: hue angle of 70.31º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A5C606 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 165 198 6 -
CMYK 0.17 0 0.97 0.22
HSL 70.31º 0.94% 0.4% -
HSV(B) 70.31º 0.97% 0.78% -
XYZ 35.74 48.4 7.63 -
YUV 166.25 37.57 127.11 -
System Red Green Blue C M Y K H S L
Decimal 165 198 6 0.17 0 0.97 0.22 70.31 0.94 0.4
Hex A5 C6 6 11 0 61 16 46 5E 28
Octal 245 306 6 21 0 141 26 106 136 50
Binary 10100101 11000110 110 10001 0 1100001 10110 1000110 1011110 101000

Color Harmonies of #A5C606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C606

Black with #A5C606

Text Example


Text Example

White with #A5C606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C606; }

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

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

background-color css

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

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

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

border-color css

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

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

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