Html Css Color HEX #AAF18F Granny Smith Apple

📋 copy color: '#AAF18F'

red 170 ◦ green 241 ◦ blue 143

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

Shades of Granny Smith Apple #AAF18F

Tints of Granny Smith Apple #AAF18F

RGB

 RED value IS 170 (66.8% from 255) = 30.69%

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

 BLUE value IS 143 (56.25% from 255) = 25.81%

R = 30.69%
G = 43.5%
B = 25.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#AAF18F (or 0xAAF18F) is known color: Granny Smith Apple. HEX triplet: AA, F1 and 8F. RGB value is (170,241,143). Sum of RGB (Red+Green+Blue) = 170+241+143=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 143 (56.25% from 255 or 25.81% from 554); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF18F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF18F is #550E70. Grayscale: #D0D0D0. Windows color (decimal): -5574257 or 9433514. OLE color: 9433514.

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

Color convert

RGB 170 241 143 -
CMYK 0.29 0 0.41 0.05
HSL 103.47º 0.78% 0.75% -
HSV(B) 103.47º 0.41% 0.95% -
XYZ 52.99 73.44 37.37 -
YUV 208.6 90.98 100.47 -
System Red Green Blue C M Y K H S L
Decimal 170 241 143 0.29 0 0.41 0.05 103.47 0.78 0.75
Hex AA F1 8F 1D 0 29 5 67 4E 4B
Octal 252 361 217 35 0 51 5 147 116 113
Binary 10101010 11110001 10001111 11101 0 101001 101 1100111 1001110 1001011

Color Harmonies of #AAF18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF18F

Black with #AAF18F

Text Example


Text Example

White with #AAF18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF18F; }

 p { color: rgb(170,241,143); }

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

background-color css

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

 a { background-color: rgb(170,241,143); }

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

border-color css

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

 span { border-color: rgb(170,241,143); }

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