Html Css Color HEX #ABF149 Conifer

📋 copy color: '#ABF149'

red 171 ◦ green 241 ◦ blue 73

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

Shades of Conifer #ABF149

Tints of Conifer #ABF149

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.69%

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

R = 35.26%
G = 49.69%
B = 15.05%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#ABF149 (or 0xABF149) is known color: Conifer. HEX triplet: AB, F1 and 49. RGB value is (171,241,73). Sum of RGB (Red+Green+Blue) = 171+241+73=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 241 (94.53% from 255 or 49.69% from 485); Blue value is 73 (28.91% from 255 or 15.05% from 485); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF149 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF149 is #540EB6. Grayscale: #C9C9C9. Windows color (decimal): -5508791 or 4845995. OLE color: 4845995.

HSL color Cylindrical-coordinate representation of color #ABF149: hue angle of 85º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ABF149 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 241 73 -
CMYK 0.29 0 0.70 0.05
HSL 85º 0.86% 0.62% -
HSV(B) 85º 0.7% 0.95% -
XYZ 49.45 72.05 17.6 -
YUV 200.92 55.81 106.66 -
System Red Green Blue C M Y K H S L
Decimal 171 241 73 0.29 0 0.70 0.05 85 0.86 0.62
Hex AB F1 49 1D 0 46 5 55 56 3E
Octal 253 361 111 35 0 106 5 125 126 76
Binary 10101011 11110001 1001001 11101 0 1000110 101 1010101 1010110 111110

Color Harmonies of #ABF149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF149

Black with #ABF149

Text Example


Text Example

White with #ABF149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF149; }

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

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

background-color css

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

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

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

border-color css

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

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

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