Html Css Color HEX #AAF68D Granny Smith Apple

📋 copy color: '#AAF68D'

red 170 ◦ green 246 ◦ blue 141

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

Shades of Granny Smith Apple #AAF68D

Tints of Granny Smith Apple #AAF68D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.17%

 BLUE value IS 141 (55.47% from 255) = 25.31%

R = 30.52%
G = 44.17%
B = 25.31%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#AAF68D (or 0xAAF68D) is known color: Granny Smith Apple. HEX triplet: AA, F6 and 8D. RGB value is (170,246,141). Sum of RGB (Red+Green+Blue) = 170+246+141=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 246 (96.48% from 255 or 44.17% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF68D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF68D is #550972. Grayscale: #D3D3D3. Windows color (decimal): -5572979 or 9303722. OLE color: 9303722.

HSL color Cylindrical-coordinate representation of color #AAF68D: hue angle of 103.43º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAF68D is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 246 141 -
CMYK 0.31 0 0.43 0.04
HSL 103.43º 0.85% 0.76% -
HSV(B) 103.43º 0.43% 0.96% -
XYZ 54.34 76.38 37.08 -
YUV 211.31 88.32 98.54 -
System Red Green Blue C M Y K H S L
Decimal 170 246 141 0.31 0 0.43 0.04 103.43 0.85 0.76
Hex AA F6 8D 1F 0 2B 4 67 55 4C
Octal 252 366 215 37 0 53 4 147 125 114
Binary 10101010 11110110 10001101 11111 0 101011 100 1100111 1010101 1001100

Color Harmonies of #AAF68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF68D

Black with #AAF68D

Text Example


Text Example

White with #AAF68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF68D; }

 p { color: rgb(170,246,141); }

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

background-color css

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

 a { background-color: rgb(170,246,141); }

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

border-color css

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

 span { border-color: rgb(170,246,141); }

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