Html Css Color HEX #ABE952 Conifer

📋 copy color: '#ABE952'

red 171 ◦ green 233 ◦ blue 82

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

Shades of Conifer #ABE952

Tints of Conifer #ABE952

RGB

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

 GREEN value IS 233 (91.41% from 255) = 47.94%

 BLUE value IS 82 (32.42% from 255) = 16.87%

R = 35.19%
G = 47.94%
B = 16.87%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#ABE952 (or 0xABE952) is known color: Conifer. HEX triplet: AB, E9 and 52. RGB value is (171,233,82). Sum of RGB (Red+Green+Blue) = 171+233+82=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 233 (91.41% from 255 or 47.94% from 486); Blue value is 82 (32.42% from 255 or 16.87% from 486); Max value from RGB is 233 - color contains mainly: green. Hex color #ABE952 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABE952 is #5416AD. Grayscale: #C5C5C5. Windows color (decimal): -5510830 or 5433771. OLE color: 5433771.

HSL color Cylindrical-coordinate representation of color #ABE952: hue angle of 84.64º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ABE952 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 171 233 82 -
CMYK 0.27 0 0.65 0.09
HSL 84.64º 0.77% 0.62% -
HSV(B) 84.64º 0.65% 0.91% -
XYZ 47.46 67.54 18.52 -
YUV 197.25 62.96 109.28 -
System Red Green Blue C M Y K H S L
Decimal 171 233 82 0.27 0 0.65 0.09 84.64 0.77 0.62
Hex AB E9 52 1B 0 41 9 55 4D 3E
Octal 253 351 122 33 0 101 11 125 115 76
Binary 10101011 11101001 1010010 11011 0 1000001 1001 1010101 1001101 111110

Color Harmonies of #ABE952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE952

Black with #ABE952

Text Example


Text Example

White with #ABE952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE952; }

 p { color: rgb(171,233,82); }

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

background-color css

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

 a { background-color: rgb(171,233,82); }

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

border-color css

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

 span { border-color: rgb(171,233,82); }

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