#A7ED4B

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

Shades of Conifer #A7ED4B

Tints of Conifer #A7ED4B

Color information

#A7ED4B (or 0xA7ED4B) is unknown color: approx Conifer. HEX triplet: A7, ED and 4B. RGB value is (167,237,75). Sum of RGB (Red+Green+Blue) = 167+237+75=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 237 (92.97% from 255 or 49.48% from 479); Blue value is 75 (29.69% from 255 or 15.66% from 479); Max value from RGB is 237 - color contains mainly: green. Hex color #A7ED4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A7ED4B is #5812B4. Grayscale: #C6C6C6. Windows color (decimal): -5771957 or 4976039. OLE color: 4976039.

HSL color Cylindrical-coordinate representation of color #A7ED4B: hue angle of 85.93º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A7ED4B is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB16723775-
CMYK0.3000.680.07
HSL85.93º81.82%61.18%-
HSV(B)85.93º68.35%92.94%-
XYZ47.4969.2917.53-
YUV197.658.81106.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.86%
GREEN value IS 237 (92.97% from 255) = 49.48%
BLUE value IS 75 (29.69% from 255) = 15.66%
R=34.86%
G=49.48%
B=15.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal167237750.3000.680.0785.9381.8261.18
HexA7ED4B1E044756523d
Octal247355113360104712612275
Binary10100111111011011001011111100100010011110101101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ED4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ED4B; }

 p { color: rgb(167,237,75); }

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

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

 a { background-color: rgb(167,237,75); }

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

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

 span { border-color: rgb(167,237,75); }

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