#a7e14c

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

Shades of Conifer #A7E14C

Tints of Conifer #A7E14C

Color information

#A7E14C (or 0xA7E14C) is unknown color: approx Conifer. HEX triplet: A7, E1 and 4C. RGB value is (167,225,76). Sum of RGB (Red+Green+Blue) = 167+225+76=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 225 (88.28% from 255 or 48.08% from 468); Blue value is 76 (30.08% from 255 or 16.24% from 468); Max value from RGB is 225 - color contains mainly: green. Hex color #A7E14C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7E14C is #581EB3. Grayscale: #BFBFBF. Windows color (decimal): -5775028 or 5038503. OLE color: 5038503.

HSL color Cylindrical-coordinate representation of color #A7E14C: hue angle of 83.36º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A7E14C is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB16722576-
CMYK0.2600.660.12
HSL83.36º71.29%59.02%-
HSV(B)83.36º66.22%88.24%-
XYZ44.1762.5916.59-
YUV190.6763.28111.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.68%
GREEN value IS 225 (88.28% from 255) = 48.08%
BLUE value IS 76 (30.08% from 255) = 16.24%
R=35.68%
G=48.08%
B=16.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal167225760.2600.660.1283.3671.2959.02
HexA7E14C1A042C53473b
Octal2473411143201021412310773
Binary101001111110000110011001101001000010110010100111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7e14c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7e14c; }

 p { color: rgb(167,225,76); }

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

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

 a { background-color: rgb(167,225,76); }

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

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

 span { border-color: rgb(167,225,76); }

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