Html Css Color HEX #ABE150 Conifer

📋 copy color: '#ABE150'

red 171 ◦ green 225 ◦ blue 80

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

Shades of Conifer #ABE150

Tints of Conifer #ABE150

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.27%

 BLUE value IS 80 (31.64% from 255) = 16.81%

R = 35.92%
G = 47.27%
B = 16.81%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#ABE150 (or 0xABE150) is known color: Conifer. HEX triplet: AB, E1 and 50. RGB value is (171,225,80). Sum of RGB (Red+Green+Blue) = 171+225+80=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 225 (88.28% from 255 or 47.27% from 476); Blue value is 80 (31.64% from 255 or 16.81% from 476); Max value from RGB is 225 - color contains mainly: green. Hex color #ABE150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE150 is #541EAF. Grayscale: #C0C0C0. Windows color (decimal): -5512880 or 5300651. OLE color: 5300651.

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

Color convert

RGB 171 225 80 -
CMYK 0.24 0 0.64 0.12
HSL 82.34º 0.71% 0.6% -
HSV(B) 82.34º 0.64% 0.88% -
XYZ 45.17 63.09 17.39 -
YUV 192.32 64.61 112.79 -
System Red Green Blue C M Y K H S L
Decimal 171 225 80 0.24 0 0.64 0.12 82.34 0.71 0.6
Hex AB E1 50 18 0 40 C 52 47 3C
Octal 253 341 120 30 0 100 14 122 107 74
Binary 10101011 11100001 1010000 11000 0 1000000 1100 1010010 1000111 111100

Color Harmonies of #ABE150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE150

Black with #ABE150

Text Example


Text Example

White with #ABE150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE150; }

 p { color: rgb(171,225,80); }

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

background-color css

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

 a { background-color: rgb(171,225,80); }

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

border-color css

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

 span { border-color: rgb(171,225,80); }

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