Html Css Color HEX #ABF047 Conifer

📋 copy color: '#ABF047'

red 171 ◦ green 240 ◦ blue 71

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

Shades of Conifer #ABF047

Tints of Conifer #ABF047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.73%

R = 35.48%
G = 49.79%
B = 14.73%

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

#ABF047 (or 0xABF047) is known color: Conifer. HEX triplet: AB, F0 and 47. RGB value is (171,240,71). Sum of RGB (Red+Green+Blue) = 171+240+71=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 71 (28.12% from 255 or 14.73% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF047 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF047 is #540FB8. Grayscale: #C8C8C8. Windows color (decimal): -5509049 or 4714667. OLE color: 4714667.

HSL color Cylindrical-coordinate representation of color #ABF047: hue angle of 84.5º 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 #ABF047 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 240 71 -
CMYK 0.29 0 0.70 0.06
HSL 84.5º 0.85% 0.61% -
HSV(B) 84.5º 0.7% 0.94% -
XYZ 49.09 71.43 17.16 -
YUV 200.1 55.14 107.24 -
System Red Green Blue C M Y K H S L
Decimal 171 240 71 0.29 0 0.70 0.06 84.5 0.85 0.61
Hex AB F0 47 1D 0 46 6 54 55 3D
Octal 253 360 107 35 0 106 6 124 125 75
Binary 10101011 11110000 1000111 11101 0 1000110 110 1010100 1010101 111101

Color Harmonies of #ABF047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF047

Black with #ABF047

Text Example


Text Example

White with #ABF047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF047; }

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

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

background-color css

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

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

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

border-color css

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

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

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