#ABEE4A

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

Shades of Conifer #ABEE4A

Tints of Conifer #ABEE4A

Color information

#ABEE4A (or 0xABEE4A) is unknown color: approx Conifer. HEX triplet: AB, EE and 4A. RGB value is (171,238,74). Sum of RGB (Red+Green+Blue) = 171+238+74=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 238 (93.36% from 255 or 49.28% from 483); Blue value is 74 (29.30% from 255 or 15.32% from 483); Max value from RGB is 238 - color contains mainly: green. Hex color #ABEE4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABEE4A is #5411B5. Grayscale: #C7C7C7. Windows color (decimal): -5509558 or 4910763. OLE color: 4910763.

HSL color Cylindrical-coordinate representation of color #ABEE4A: hue angle of 84.51º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ABEE4A is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB17123874-
CMYK0.2800.690.07
HSL84.51º82.83%61.18%-
HSV(B)84.51º68.91%93.33%-
XYZ48.6170.317.49-
YUV199.2757.3107.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.40%
GREEN value IS 238 (93.36% from 255) = 49.28%
BLUE value IS 74 (29.30% from 255) = 15.32%
R=35.40%
G=49.28%
B=15.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171238740.2800.690.0784.5182.8361.18
HexABEE4A1C045755533d
Octal253356112340105712512375
Binary10101011111011101001010111000100010111110101011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEE4A; }

 p { color: rgb(171,238,74); }

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

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

 a { background-color: rgb(171,238,74); }

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

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

 span { border-color: rgb(171,238,74); }

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