Html Css Color HEX #ABED49 Conifer

📋 copy color: '#ABED49'

red 171 ◦ green 237 ◦ blue 73

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

Shades of Conifer #ABED49

Tints of Conifer #ABED49

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.27%

 BLUE value IS 73 (28.91% from 255) = 15.18%

R = 35.55%
G = 49.27%
B = 15.18%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ABED49 (or 0xABED49) is known color: Conifer. HEX triplet: AB, ED and 49. RGB value is (171,237,73). Sum of RGB (Red+Green+Blue) = 171+237+73=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 237 (92.97% from 255 or 49.27% from 481); Blue value is 73 (28.91% from 255 or 15.18% from 481); Max value from RGB is 237 - color contains mainly: green. Hex color #ABED49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABED49 is #5412B6. Grayscale: #C7C7C7. Windows color (decimal): -5509815 or 4844971. OLE color: 4844971.

HSL color Cylindrical-coordinate representation of color #ABED49: hue angle of 84.15º degrees, saturation: 0.82, 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 #ABED49 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 237 73 -
CMYK 0.28 0 0.69 0.07
HSL 84.15º 0.82% 0.61% -
HSV(B) 84.15º 0.69% 0.93% -
XYZ 48.28 69.71 17.21 -
YUV 198.57 57.13 108.34 -
System Red Green Blue C M Y K H S L
Decimal 171 237 73 0.28 0 0.69 0.07 84.15 0.82 0.61
Hex AB ED 49 1C 0 45 7 54 52 3D
Octal 253 355 111 34 0 105 7 124 122 75
Binary 10101011 11101101 1001001 11100 0 1000101 111 1010100 1010010 111101

Color Harmonies of #ABED49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABED49

Black with #ABED49

Text Example


Text Example

White with #ABED49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABED49; }

 p { color: rgb(171,237,73); }

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

background-color css

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

 a { background-color: rgb(171,237,73); }

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

border-color css

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

 span { border-color: rgb(171,237,73); }

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