Html Css Color HEX #ABF295 Granny Smith Apple

📋 copy color: '#ABF295'

red 171 ◦ green 242 ◦ blue 149

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

Shades of Granny Smith Apple #ABF295

Tints of Granny Smith Apple #ABF295

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.06%

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

R = 30.43%
G = 43.06%
B = 26.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#ABF295 (or 0xABF295) is known color: Granny Smith Apple. HEX triplet: AB, F2 and 95. RGB value is (171,242,149). Sum of RGB (Red+Green+Blue) = 171+242+149=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 149 (58.59% from 255 or 26.51% from 562); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF295 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF295 is #540D6A. Grayscale: #D2D2D2. Windows color (decimal): -5508459 or 9826987. OLE color: 9826987.

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

Color convert

RGB 171 242 149 -
CMYK 0.29 0 0.38 0.05
HSL 105.81º 0.78% 0.77% -
HSV(B) 105.81º 0.38% 0.95% -
XYZ 53.97 74.33 39.94 -
YUV 210.17 93.48 100.06 -
System Red Green Blue C M Y K H S L
Decimal 171 242 149 0.29 0 0.38 0.05 105.81 0.78 0.77
Hex AB F2 95 1D 0 26 5 6A 4E 4D
Octal 253 362 225 35 0 46 5 152 116 115
Binary 10101011 11110010 10010101 11101 0 100110 101 1101010 1001110 1001101

Color Harmonies of #ABF295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF295

Black with #ABF295

Text Example


Text Example

White with #ABF295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF295; }

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

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

background-color css

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

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

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

border-color css

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

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

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