Html Css Color HEX #ABE446 Conifer

📋 copy color: '#ABE446'

red 171 ◦ green 228 ◦ blue 70

#ABE446
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #ABE446

Tints of Conifer #ABE446

RGB

 RED value IS 171 (67.19% from 255) = 36.46%

 GREEN value IS 228 (89.45% from 255) = 48.61%

 BLUE value IS 70 (27.73% from 255) = 14.93%

R = 36.46%
G = 48.61%
B = 14.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#ABE446 (or 0xABE446) is known color: Conifer. HEX triplet: AB, E4 and 46. RGB value is (171,228,70). Sum of RGB (Red+Green+Blue) = 171+228+70=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 228 (89.45% from 255 or 48.61% from 469); Blue value is 70 (27.73% from 255 or 14.93% from 469); Max value from RGB is 228 - color contains mainly: green. Hex color #ABE446 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABE446 is #541BB9. Grayscale: #C1C1C1. Windows color (decimal): -5512122 or 4646059. OLE color: 4646059.

HSL color Cylindrical-coordinate representation of color #ABE446: hue angle of 81.65º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ABE446 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 171 228 70 -
CMYK 0.25 0 0.69 0.11
HSL 81.65º 0.75% 0.58% -
HSV(B) 81.65º 0.69% 0.89% -
XYZ 45.64 64.59 15.86 -
YUV 192.95 58.62 112.35 -
System Red Green Blue C M Y K H S L
Decimal 171 228 70 0.25 0 0.69 0.11 81.65 0.75 0.58
Hex AB E4 46 19 0 45 B 52 4B 3A
Octal 253 344 106 31 0 105 13 122 113 72
Binary 10101011 11100100 1000110 11001 0 1000101 1011 1010010 1001011 111010

Color Harmonies of #ABE446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE446

Black with #ABE446

Text Example


Text Example

White with #ABE446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE446; }

 p { color: rgb(171,228,70); }

 H1.HeaderClassName
 {
   color: #ABE446;
 }
 .AnyTagClassName
 {
   color: #ABE446;
 }
</style>

background-color css

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

 a { background-color: rgb(171,228,70); }

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

border-color css

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

 span { border-color: rgb(171,228,70); }

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