#ABF64E

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

Shades of Conifer #ABF64E

Tints of Conifer #ABF64E

Color information

#ABF64E (or 0xABF64E) is unknown color: approx Conifer. HEX triplet: AB, F6 and 4E. RGB value is (171,246,78). Sum of RGB (Red+Green+Blue) = 171+246+78=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 246 (96.48% from 255 or 49.70% from 495); Blue value is 78 (30.86% from 255 or 15.76% from 495); Max value from RGB is 246 - color contains mainly: green. Hex color #ABF64E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF64E is #5409B1. Grayscale: #CDCDCD. Windows color (decimal): -5507506 or 5174955. OLE color: 5174955.

HSL color Cylindrical-coordinate representation of color #ABF64E: hue angle of 86.79º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ABF64E is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB17124678-
CMYK0.3000.680.04
HSL86.79º90.32%63.53%-
HSV(B)86.79º68.29%96.47%-
XYZ51.1375.1219.01-
YUV204.4256.65104.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.55%
GREEN value IS 246 (96.48% from 255) = 49.70%
BLUE value IS 78 (30.86% from 255) = 15.76%
R=34.55%
G=49.70%
B=15.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal171246780.3000.680.0486.7990.3263.53
HexABF64E1E0444575a40
Octal2533661163601044127132100
Binary101010111111011010011101111001000100100101011110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF64E; }

 p { color: rgb(171,246,78); }

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

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

 a { background-color: rgb(171,246,78); }

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

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

 span { border-color: rgb(171,246,78); }

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