#A5C207

Color #A5C207 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #A5C207

Tints of Citrus #A5C207

Color information

#A5C207 (or 0xA5C207) is unknown color: approx Citrus. HEX triplet: A5, C2 and 07. RGB value is (165,194,7). Sum of RGB (Red+Green+Blue) = 165+194+7=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 194 (76.17% from 255 or 53.01% from 366); Blue value is 7 (3.12% from 255 or 1.91% from 366); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C207 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C207 is #5A3DF8. Grayscale: #A4A4A4. Windows color (decimal): -5914105 or 508581. OLE color: 508581.

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

Color convert

RGB1651947-
CMYK0.1500.960.24
HSL69.3º93.03%39.41%-
HSV(B)69.3º96.39%76.08%-
XYZ34.8546.67.36-
YUV164.0139.39128.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.08%
GREEN value IS 194 (76.17% from 255) = 53.01%
BLUE value IS 7 (3.12% from 255) = 1.91%
R=45.08%
G=53.01%
B=1.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal16519470.1500.960.2469.393.0339.41
HexA5C27F06018455d27
Octal24530271701403010513547
Binary10100101110000101111111011000001100010001011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C207; }

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

 H1.HeaderClassName
 {
   color: #A5C207;
 }
 .AnyTagClassName
 {
   color: #A5C207;
 }
</style>
background-color css

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

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

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

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

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

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