Html Css Color HEX #ABF095 Granny Smith Apple

📋 copy color: '#ABF095'

red 171 ◦ green 240 ◦ blue 149

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

Shades of Granny Smith Apple #ABF095

Tints of Granny Smith Apple #ABF095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.61%

R = 30.54%
G = 42.86%
B = 26.61%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#ABF095 (or 0xABF095) is known color: Granny Smith Apple. HEX triplet: AB, F0 and 95. RGB value is (171,240,149). Sum of RGB (Red+Green+Blue) = 171+240+149=560 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.54% from 560); Green value is 240 (94.14% from 255 or 42.86% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF095 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF095 is #540F6A. Grayscale: #D1D1D1. Windows color (decimal): -5508971 or 9826475. OLE color: 9826475.

HSL color Cylindrical-coordinate representation of color #ABF095: hue angle of 105.49º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ABF095 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 240 149 -
CMYK 0.29 0 0.38 0.06
HSL 105.49º 0.75% 0.76% -
HSV(B) 105.49º 0.38% 0.94% -
XYZ 53.38 73.15 39.74 -
YUV 209 94.14 100.9 -
System Red Green Blue C M Y K H S L
Decimal 171 240 149 0.29 0 0.38 0.06 105.49 0.75 0.76
Hex AB F0 95 1D 0 26 6 69 4B 4C
Octal 253 360 225 35 0 46 6 151 113 114
Binary 10101011 11110000 10010101 11101 0 100110 110 1101001 1001011 1001100

Color Harmonies of #ABF095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF095

Black with #ABF095

Text Example


Text Example

White with #ABF095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF095; }

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

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

background-color css

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

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

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

border-color css

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

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

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