Html Css Color HEX #ABF194 Granny Smith Apple

📋 copy color: '#ABF194'

red 171 ◦ green 241 ◦ blue 148

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

Shades of Granny Smith Apple #ABF194

Tints of Granny Smith Apple #ABF194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.43%

R = 30.54%
G = 43.04%
B = 26.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#ABF194 (or 0xABF194) is known color: Granny Smith Apple. HEX triplet: AB, F1 and 94. RGB value is (171,241,148). Sum of RGB (Red+Green+Blue) = 171+241+148=560 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.54% from 560); Green value is 241 (94.53% from 255 or 43.04% from 560); Blue value is 148 (58.20% from 255 or 26.43% from 560); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF194 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF194 is #540E6B. Grayscale: #D1D1D1. Windows color (decimal): -5508716 or 9761195. OLE color: 9761195.

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

Color convert

RGB 171 241 148 -
CMYK 0.29 0 0.39 0.05
HSL 105.16º 0.77% 0.76% -
HSV(B) 105.16º 0.39% 0.95% -
XYZ 53.6 73.71 39.42 -
YUV 209.47 93.31 100.56 -
System Red Green Blue C M Y K H S L
Decimal 171 241 148 0.29 0 0.39 0.05 105.16 0.77 0.76
Hex AB F1 94 1D 0 27 5 69 4D 4C
Octal 253 361 224 35 0 47 5 151 115 114
Binary 10101011 11110001 10010100 11101 0 100111 101 1101001 1001101 1001100

Color Harmonies of #ABF194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF194

Black with #ABF194

Text Example


Text Example

White with #ABF194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF194; }

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

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

background-color css

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

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

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

border-color css

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

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

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