Html Css Color HEX #A5C206 Citrus

📋 copy color: '#A5C206'

red 165 ◦ green 194 ◦ blue 6

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

Shades of Citrus #A5C206

Tints of Citrus #A5C206

RGB

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

 GREEN value IS 194 (76.17% from 255) = 53.15%

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

R = 45.21%
G = 53.15%
B = 1.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#A5C206 (or 0xA5C206) is known color: Citrus. HEX triplet: A5, C2 and 06. RGB value is (165,194,6). Sum of RGB (Red+Green+Blue) = 165+194+6=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 194 (76.17% from 255 or 53.15% from 365); Blue value is 6 (2.73% from 255 or 1.64% from 365); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C206 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C206 is #5A3DF9. Grayscale: #A4A4A4. Windows color (decimal): -5914106 or 443045. OLE color: 443045.

HSL color Cylindrical-coordinate representation of color #A5C206: hue angle of 69.26º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A5C206 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 194 6 -
CMYK 0.15 0 0.97 0.24
HSL 69.26º 0.94% 0.39% -
HSV(B) 69.26º 0.97% 0.76% -
XYZ 34.84 46.6 7.33 -
YUV 163.9 38.89 128.79 -
System Red Green Blue C M Y K H S L
Decimal 165 194 6 0.15 0 0.97 0.24 69.26 0.94 0.39
Hex A5 C2 6 F 0 61 18 45 5E 27
Octal 245 302 6 17 0 141 30 105 136 47
Binary 10100101 11000010 110 1111 0 1100001 11000 1000101 1011110 100111

Color Harmonies of #A5C206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C206

Black with #A5C206

Text Example


Text Example

White with #A5C206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C206; }

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

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

background-color css

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

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

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

border-color css

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

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

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