#ABE64F

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

Shades of Conifer #ABE64F

Tints of Conifer #ABE64F

Color information

#ABE64F (or 0xABE64F) is unknown color: approx Conifer. HEX triplet: AB, E6 and 4F. RGB value is (171,230,79). Sum of RGB (Red+Green+Blue) = 171+230+79=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 230 (90.23% from 255 or 47.92% from 480); Blue value is 79 (31.25% from 255 or 16.46% from 480); Max value from RGB is 230 - color contains mainly: green. Hex color #ABE64F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABE64F is #5419B0. Grayscale: #C3C3C3. Windows color (decimal): -5511601 or 5236395. OLE color: 5236395.

HSL color Cylindrical-coordinate representation of color #ABE64F: hue angle of 83.44º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ABE64F is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB17123079-
CMYK0.2600.660.10
HSL83.44º75.12%60.59%-
HSV(B)83.44º65.65%90.2%-
XYZ46.565.8217.65-
YUV195.1462.45110.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.62%
GREEN value IS 230 (90.23% from 255) = 47.92%
BLUE value IS 79 (31.25% from 255) = 16.46%
R=35.62%
G=47.92%
B=16.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal171230790.2600.660.1083.4475.1260.59
HexABE64F1A042A534b3d
Octal2533461173201021212311375
Binary101010111110011010011111101001000010101010100111001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE64F; }

 p { color: rgb(171,230,79); }

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

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

 a { background-color: rgb(171,230,79); }

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

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

 span { border-color: rgb(171,230,79); }

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