#A4F75D

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

Shades of Conifer #A4F75D

Tints of Conifer #A4F75D

Color information

#A4F75D (or 0xA4F75D) is unknown color: approx Conifer. HEX triplet: A4, F7 and 5D. RGB value is (164,247,93). Sum of RGB (Red+Green+Blue) = 164+247+93=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 247 (96.88% from 255 or 49.01% from 504); Blue value is 93 (36.72% from 255 or 18.45% from 504); Max value from RGB is 247 - color contains mainly: green. Hex color #A4F75D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F75D is #5B08A2. Grayscale: #CDCDCD. Windows color (decimal): -5965987 or 6158244. OLE color: 6158244.

HSL color Cylindrical-coordinate representation of color #A4F75D: hue angle of 92.34º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A4F75D is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB16424793-
CMYK0.3400.620.03
HSL92.34º90.59%66.67%-
HSV(B)92.34º62.35%96.86%-
XYZ50.5575.222.21-
YUV204.636599.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.54%
GREEN value IS 247 (96.88% from 255) = 49.01%
BLUE value IS 93 (36.72% from 255) = 18.45%
R=32.54%
G=49.01%
B=18.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal164247930.3400.620.0392.3490.5966.67
HexA4F75D2203E35c5b43
Octal244367135420763134133103
Binary10100100111101111011101100010011111011101110010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F75D; }

 p { color: rgb(164,247,93); }

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

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

 a { background-color: rgb(164,247,93); }

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

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

 span { border-color: rgb(164,247,93); }

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