#A4EF5C

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

Shades of Conifer #A4EF5C

Tints of Conifer #A4EF5C

Color information

#A4EF5C (or 0xA4EF5C) is unknown color: approx Conifer. HEX triplet: A4, EF and 5C. RGB value is (164,239,92). Sum of RGB (Red+Green+Blue) = 164+239+92=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 92 (36.33% from 255 or 18.59% from 495); Max value from RGB is 239 - color contains mainly: green. Hex color #A4EF5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4EF5C is #5B10A3. Grayscale: #C8C8C8. Windows color (decimal): -5968036 or 6090660. OLE color: 6090660.

HSL color Cylindrical-coordinate representation of color #A4EF5C: hue angle of 90.61º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A4EF5C is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB16423992-
CMYK0.3100.620.06
HSL90.61º82.12%64.9%-
HSV(B)90.61º61.51%93.73%-
XYZ48.1170.421.18-
YUV199.8267.15102.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.13%
GREEN value IS 239 (93.75% from 255) = 48.28%
BLUE value IS 92 (36.33% from 255) = 18.59%
R=33.13%
G=48.28%
B=18.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal164239920.3100.620.0690.6182.1264.9
HexA4EF5C1F03E65b5241
Octal244357134370766133122101
Binary10100100111011111011100111110111110110101101110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EF5C; }

 p { color: rgb(164,239,92); }

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

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

 a { background-color: rgb(164,239,92); }

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

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

 span { border-color: rgb(164,239,92); }

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