Html Css Color HEX #ABF049 Conifer

📋 copy color: '#ABF049'

red 171 ◦ green 240 ◦ blue 73

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

Shades of Conifer #ABF049

Tints of Conifer #ABF049

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.59%

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

R = 35.33%
G = 49.59%
B = 15.08%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#ABF049 (or 0xABF049) is known color: Conifer. HEX triplet: AB, F0 and 49. RGB value is (171,240,73). Sum of RGB (Red+Green+Blue) = 171+240+73=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 240 (94.14% from 255 or 49.59% from 484); Blue value is 73 (28.91% from 255 or 15.08% from 484); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF049 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF049 is #540FB6. Grayscale: #C8C8C8. Windows color (decimal): -5509047 or 4845739. OLE color: 4845739.

HSL color Cylindrical-coordinate representation of color #ABF049: hue angle of 84.79º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ABF049 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 240 73 -
CMYK 0.29 0 0.70 0.06
HSL 84.79º 0.85% 0.61% -
HSV(B) 84.79º 0.7% 0.94% -
XYZ 49.16 71.46 17.51 -
YUV 200.33 56.14 107.08 -
System Red Green Blue C M Y K H S L
Decimal 171 240 73 0.29 0 0.70 0.06 84.79 0.85 0.61
Hex AB F0 49 1D 0 46 6 55 55 3D
Octal 253 360 111 35 0 106 6 125 125 75
Binary 10101011 11110000 1001001 11101 0 1000110 110 1010101 1010101 111101

Color Harmonies of #ABF049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF049

Black with #ABF049

Text Example


Text Example

White with #ABF049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF049; }

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

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

background-color css

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

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

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

border-color css

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

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

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