Html Css Color HEX #9AE094 Granny Smith Apple

📋 copy color: '#9AE094'

red 154 ◦ green 224 ◦ blue 148

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

Shades of Granny Smith Apple #9AE094

Tints of Granny Smith Apple #9AE094

RGB

 RED value IS 154 (60.55% from 255) = 29.28%

 GREEN value IS 224 (87.89% from 255) = 42.59%

 BLUE value IS 148 (58.2% from 255) = 28.14%

R = 29.28%
G = 42.59%
B = 28.14%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#9AE094 (or 0x9AE094) is known color: Granny Smith Apple. HEX triplet: 9A, E0 and 94. RGB value is (154,224,148). Sum of RGB (Red+Green+Blue) = 154+224+148=526 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.28% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #9AE094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AE094 is #651F6B. Grayscale: #C2C2C2. Windows color (decimal): -6627180 or 9756826. OLE color: 9756826.

HSL color Cylindrical-coordinate representation of color #9AE094: hue angle of 115.26º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AE094 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 154 224 148 -
CMYK 0.31 0 0.34 0.12
HSL 115.26º 0.55% 0.73% -
HSV(B) 115.26º 0.34% 0.88% -
XYZ 45.33 62.32 37.66 -
YUV 194.41 101.81 99.18 -
System Red Green Blue C M Y K H S L
Decimal 154 224 148 0.31 0 0.34 0.12 115.26 0.55 0.73
Hex 9A E0 94 1F 0 22 C 73 37 49
Octal 232 340 224 37 0 42 14 163 67 111
Binary 10011010 11100000 10010100 11111 0 100010 1100 1110011 110111 1001001

Color Harmonies of #9AE094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE094

Black with #9AE094

Text Example


Text Example

White with #9AE094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AE094; }

 p { color: rgb(154,224,148); }

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

background-color css

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

 a { background-color: rgb(154,224,148); }

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

border-color css

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

 span { border-color: rgb(154,224,148); }

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