Html Css Color HEX #ABF146 Conifer

📋 copy color: '#ABF146'

red 171 ◦ green 241 ◦ blue 70

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

Shades of Conifer #ABF146

Tints of Conifer #ABF146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.52%

R = 35.48%
G = 50%
B = 14.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#ABF146 (or 0xABF146) is known color: Conifer. HEX triplet: AB, F1 and 46. RGB value is (171,241,70). Sum of RGB (Red+Green+Blue) = 171+241+70=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 70 (27.73% from 255 or 14.52% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF146 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF146 is #540EB9. Grayscale: #C9C9C9. Windows color (decimal): -5508794 or 4649387. OLE color: 4649387.

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

Color convert

RGB 171 241 70 -
CMYK 0.29 0 0.71 0.05
HSL 84.56º 0.86% 0.61% -
HSV(B) 84.56º 0.71% 0.95% -
XYZ 49.36 72.01 17.09 -
YUV 200.58 54.31 106.9 -
System Red Green Blue C M Y K H S L
Decimal 171 241 70 0.29 0 0.71 0.05 84.56 0.86 0.61
Hex AB F1 46 1D 0 47 5 55 56 3D
Octal 253 361 106 35 0 107 5 125 126 75
Binary 10101011 11110001 1000110 11101 0 1000111 101 1010101 1010110 111101

Color Harmonies of #ABF146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF146

Black with #ABF146

Text Example


Text Example

White with #ABF146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF146; }

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

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

background-color css

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

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

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

border-color css

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

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

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