Html Css Color HEX #AAF38A Granny Smith Apple

📋 copy color: '#AAF38A'

red 170 ◦ green 243 ◦ blue 138

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

Shades of Granny Smith Apple #AAF38A

Tints of Granny Smith Apple #AAF38A

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.1%

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

R = 30.85%
G = 44.1%
B = 25.05%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#AAF38A (or 0xAAF38A) is known color: Granny Smith Apple. HEX triplet: AA, F3 and 8A. RGB value is (170,243,138). Sum of RGB (Red+Green+Blue) = 170+243+138=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 243 (95.31% from 255 or 44.10% from 551); Blue value is 138 (54.30% from 255 or 25.05% from 551); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF38A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF38A is #550C75. Grayscale: #D1D1D1. Windows color (decimal): -5573750 or 9106346. OLE color: 9106346.

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

Color convert

RGB 170 243 138 -
CMYK 0.30 0 0.43 0.05
HSL 101.71º 0.81% 0.75% -
HSV(B) 101.71º 0.43% 0.95% -
XYZ 53.22 74.48 35.62 -
YUV 209.2 87.82 100.04 -
System Red Green Blue C M Y K H S L
Decimal 170 243 138 0.30 0 0.43 0.05 101.71 0.81 0.75
Hex AA F3 8A 1E 0 2B 5 66 51 4B
Octal 252 363 212 36 0 53 5 146 121 113
Binary 10101010 11110011 10001010 11110 0 101011 101 1100110 1010001 1001011

Color Harmonies of #AAF38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF38A

Black with #AAF38A

Text Example


Text Example

White with #AAF38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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