Html Css Color HEX #AAF98A Granny Smith Apple

📋 copy color: '#AAF98A'

red 170 ◦ green 249 ◦ blue 138

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

Shades of Granny Smith Apple #AAF98A

Tints of Granny Smith Apple #AAF98A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.7%

 BLUE value IS 138 (54.3% from 255) = 24.78%

R = 30.52%
G = 44.7%
B = 24.78%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#AAF98A (or 0xAAF98A) is known color: Granny Smith Apple. HEX triplet: AA, F9 and 8A. RGB value is (170,249,138). Sum of RGB (Red+Green+Blue) = 170+249+138=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 249 (97.66% from 255 or 44.70% from 557); Blue value is 138 (54.30% from 255 or 24.78% from 557); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF98A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF98A is #550675. Grayscale: #D5D5D5. Windows color (decimal): -5572214 or 9107882. OLE color: 9107882.

HSL color Cylindrical-coordinate representation of color #AAF98A: hue angle of 102.7º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAF98A is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 249 138 -
CMYK 0.32 0 0.45 0.02
HSL 102.7º 0.9% 0.76% -
HSV(B) 102.7º 0.45% 0.98% -
XYZ 55.04 78.13 36.22 -
YUV 212.73 85.83 97.53 -
System Red Green Blue C M Y K H S L
Decimal 170 249 138 0.32 0 0.45 0.02 102.7 0.9 0.76
Hex AA F9 8A 20 0 2D 2 67 5A 4C
Octal 252 371 212 40 0 55 2 147 132 114
Binary 10101010 11111001 10001010 100000 0 101101 10 1100111 1011010 1001100

Color Harmonies of #AAF98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF98A

Black with #AAF98A

Text Example


Text Example

White with #AAF98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF98A; }

 p { color: rgb(170,249,138); }

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

background-color css

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

 a { background-color: rgb(170,249,138); }

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

border-color css

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

 span { border-color: rgb(170,249,138); }

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