Html Css Color HEX #ABE046 Conifer

📋 copy color: '#ABE046'

red 171 ◦ green 224 ◦ blue 70

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

Shades of Conifer #ABE046

Tints of Conifer #ABE046

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.17%

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

R = 36.77%
G = 48.17%
B = 15.05%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#ABE046 (or 0xABE046) is known color: Conifer. HEX triplet: AB, E0 and 46. RGB value is (171,224,70). Sum of RGB (Red+Green+Blue) = 171+224+70=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 70 (27.73% from 255 or 15.05% from 465); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE046 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABE046 is #541FB9. Grayscale: #BFBFBF. Windows color (decimal): -5513146 or 4645035. OLE color: 4645035.

HSL color Cylindrical-coordinate representation of color #ABE046: hue angle of 80.65º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ABE046 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 224 70 -
CMYK 0.24 0 0.69 0.12
HSL 80.65º 0.71% 0.58% -
HSV(B) 80.65º 0.69% 0.88% -
XYZ 44.56 62.41 15.49 -
YUV 190.6 59.94 114.02 -
System Red Green Blue C M Y K H S L
Decimal 171 224 70 0.24 0 0.69 0.12 80.65 0.71 0.58
Hex AB E0 46 18 0 45 C 51 47 3A
Octal 253 340 106 30 0 105 14 121 107 72
Binary 10101011 11100000 1000110 11000 0 1000101 1100 1010001 1000111 111010

Color Harmonies of #ABE046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE046

Black with #ABE046

Text Example


Text Example

White with #ABE046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE046; }

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

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

background-color css

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

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

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

border-color css

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

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

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