Html Css Color HEX #AEF08F Granny Smith Apple

📋 copy color: '#AEF08F'

red 174 ◦ green 240 ◦ blue 143

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

Shades of Granny Smith Apple #AEF08F

Tints of Granny Smith Apple #AEF08F

RGB

 RED value IS 174 (68.36% from 255) = 31.24%

 GREEN value IS 240 (94.14% from 255) = 43.09%

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

R = 31.24%
G = 43.09%
B = 25.67%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#AEF08F (or 0xAEF08F) is known color: Granny Smith Apple. HEX triplet: AE, F0 and 8F. RGB value is (174,240,143). Sum of RGB (Red+Green+Blue) = 174+240+143=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 143 (56.25% from 255 or 25.67% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF08F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEF08F is #510F70. Grayscale: #D1D1D1. Windows color (decimal): -5312369 or 9433262. OLE color: 9433262.

HSL color Cylindrical-coordinate representation of color #AEF08F: hue angle of 100.82º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEF08F is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 240 143 -
CMYK 0.28 0 0.40 0.06
HSL 100.82º 0.76% 0.75% -
HSV(B) 100.82º 0.4% 0.94% -
XYZ 53.57 73.3 37.31 -
YUV 209.21 90.63 102.89 -
System Red Green Blue C M Y K H S L
Decimal 174 240 143 0.28 0 0.40 0.06 100.82 0.76 0.75
Hex AE F0 8F 1C 0 28 6 65 4C 4B
Octal 256 360 217 34 0 50 6 145 114 113
Binary 10101110 11110000 10001111 11100 0 101000 110 1100101 1001100 1001011

Color Harmonies of #AEF08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF08F

Black with #AEF08F

Text Example


Text Example

White with #AEF08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF08F; }

 p { color: rgb(174,240,143); }

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

background-color css

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

 a { background-color: rgb(174,240,143); }

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

border-color css

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

 span { border-color: rgb(174,240,143); }

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