#A7E75C

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

Shades of Conifer #A7E75C

Tints of Conifer #A7E75C

Color information

#A7E75C (or 0xA7E75C) is unknown color: approx Conifer. HEX triplet: A7, E7 and 5C. RGB value is (167,231,92). Sum of RGB (Red+Green+Blue) = 167+231+92=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 231 (90.62% from 255 or 47.14% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 231 - color contains mainly: green. Hex color #A7E75C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7E75C is #5818A3. Grayscale: #C4C4C4. Windows color (decimal): -5773476 or 6088615. OLE color: 6088615.

HSL color Cylindrical-coordinate representation of color #A7E75C: hue angle of 87.63º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A7E75C is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB16723192-
CMYK0.2800.600.09
HSL87.63º74.33%63.33%-
HSV(B)87.63º60.17%90.59%-
XYZ46.4466.1420.44-
YUV196.0269.3107.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.08%
GREEN value IS 231 (90.62% from 255) = 47.14%
BLUE value IS 92 (36.33% from 255) = 18.78%
R=34.08%
G=47.14%
B=18.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal167231920.2800.600.0987.6374.3363.33
HexA7E75C1C03C9584a3f
Octal247347134340741113011277
Binary10100111111001111011100111000111100100110110001001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E75C; }

 p { color: rgb(167,231,92); }

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

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

 a { background-color: rgb(167,231,92); }

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

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

 span { border-color: rgb(167,231,92); }

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