Html Css Color HEX #ABF145 Conifer

📋 copy color: '#ABF145'

red 171 ◦ green 241 ◦ blue 69

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

Shades of Conifer #ABF145

Tints of Conifer #ABF145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.35%

R = 35.55%
G = 50.1%
B = 14.35%

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

#ABF145 (or 0xABF145) is known color: Conifer. HEX triplet: AB, F1 and 45. RGB value is (171,241,69). Sum of RGB (Red+Green+Blue) = 171+241+69=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 69 (27.34% from 255 or 14.35% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF145 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF145 is #540EBA. Grayscale: #C9C9C9. Windows color (decimal): -5508795 or 4583851. OLE color: 4583851.

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

Color convert

RGB 171 241 69 -
CMYK 0.29 0 0.71 0.05
HSL 84.42º 0.86% 0.61% -
HSV(B) 84.42º 0.71% 0.95% -
XYZ 49.32 72 16.93 -
YUV 200.46 53.81 106.99 -
System Red Green Blue C M Y K H S L
Decimal 171 241 69 0.29 0 0.71 0.05 84.42 0.86 0.61
Hex AB F1 45 1D 0 47 5 54 56 3D
Octal 253 361 105 35 0 107 5 124 126 75
Binary 10101011 11110001 1000101 11101 0 1000111 101 1010100 1010110 111101

Color Harmonies of #ABF145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF145

Black with #ABF145

Text Example


Text Example

White with #ABF145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF145; }

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

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

background-color css

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

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

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

border-color css

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

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

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