#A7CD07

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

Shades of Citrus #A7CD07

Tints of Citrus #A7CD07

Color information

#A7CD07 (or 0xA7CD07) is unknown color: approx Citrus. HEX triplet: A7, CD and 07. RGB value is (167,205,7). Sum of RGB (Red+Green+Blue) = 167+205+7=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 205 (80.47% from 255 or 54.09% from 379); Blue value is 7 (3.12% from 255 or 1.85% from 379); Max value from RGB is 205 - color contains mainly: green. Hex color #A7CD07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7CD07 is #5832F8. Grayscale: #ABABAB. Windows color (decimal): -5780217 or 511399. OLE color: 511399.

HSL color Cylindrical-coordinate representation of color #A7CD07: hue angle of 71.52º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A7CD07 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB1672057-
CMYK0.1900.970.20
HSL71.52º93.4%41.57%-
HSV(B)71.52º96.59%80.39%-
XYZ37.8151.898.22-
YUV171.0735.41125.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.06%
GREEN value IS 205 (80.47% from 255) = 54.09%
BLUE value IS 7 (3.12% from 255) = 1.85%
R=44.06%
G=54.09%
B=1.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal16720570.1900.970.2071.5293.441.57
HexA7CD71306114485d2a
Octal24731572301412411013552
Binary101001111100110111110011011000011010010010001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CD07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CD07; }

 p { color: rgb(167,205,7); }

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

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

 a { background-color: rgb(167,205,7); }

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

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

 span { border-color: rgb(167,205,7); }

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