#ABEF1E

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

Shades of Inch Worm #ABEF1E

Tints of Inch Worm #ABEF1E

Color information

#ABEF1E (or 0xABEF1E) is unknown color: approx Inch Worm. HEX triplet: AB, EF and 1E. RGB value is (171,239,30). Sum of RGB (Red+Green+Blue) = 171+239+30=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 239 (93.75% from 255 or 54.32% from 440); Blue value is 30 (12.11% from 255 or 6.82% from 440); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEF1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABEF1E is #5410E1. Grayscale: #C3C3C3. Windows color (decimal): -5509346 or 2027435. OLE color: 2027435.

HSL color Cylindrical-coordinate representation of color #ABEF1E: hue angle of 79.52º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ABEF1E is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB17123930-
CMYK0.2800.870.06
HSL79.52º86.72%52.75%-
HSV(B)79.52º87.45%93.73%-
XYZ47.970.4812.31-
YUV194.8434.97110.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.86%
GREEN value IS 239 (93.75% from 255) = 54.32%
BLUE value IS 30 (12.11% from 255) = 6.82%
R=38.86%
G=54.32%
B=6.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal171239300.2800.870.0679.5286.7252.75
HexABEF1E1C0576505735
Octal25335736340127612012765
Binary101010111110111111110111000101011111010100001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEF1E; }

 p { color: rgb(171,239,30); }

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

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

 a { background-color: rgb(171,239,30); }

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

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

 span { border-color: rgb(171,239,30); }

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