Html Css Color HEX #ADE994 Granny Smith Apple

📋 copy color: '#ADE994'

red 173 ◦ green 233 ◦ blue 148

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

Shades of Granny Smith Apple #ADE994

Tints of Granny Smith Apple #ADE994

RGB

 RED value IS 173 (67.97% from 255) = 31.23%

 GREEN value IS 233 (91.41% from 255) = 42.06%

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

R = 31.23%
G = 42.06%
B = 26.71%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#ADE994 (or 0xADE994) is known color: Granny Smith Apple. HEX triplet: AD, E9 and 94. RGB value is (173,233,148). Sum of RGB (Red+Green+Blue) = 173+233+148=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 233 (91.41% from 255 or 42.06% from 554); Blue value is 148 (58.20% from 255 or 26.71% from 554); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE994 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE994 is #52166B. Grayscale: #CDCDCD. Windows color (decimal): -5379692 or 9759149. OLE color: 9759149.

HSL color Cylindrical-coordinate representation of color #ADE994: hue angle of 102.35º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADE994 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 233 148 -
CMYK 0.26 0 0.36 0.09
HSL 102.35º 0.66% 0.75% -
HSV(B) 102.35º 0.36% 0.91% -
XYZ 51.72 69.3 38.67 -
YUV 205.37 95.62 104.91 -
System Red Green Blue C M Y K H S L
Decimal 173 233 148 0.26 0 0.36 0.09 102.35 0.66 0.75
Hex AD E9 94 1A 0 24 9 66 42 4B
Octal 255 351 224 32 0 44 11 146 102 113
Binary 10101101 11101001 10010100 11010 0 100100 1001 1100110 1000010 1001011

Color Harmonies of #ADE994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE994

Black with #ADE994

Text Example


Text Example

White with #ADE994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE994; }

 p { color: rgb(173,233,148); }

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

background-color css

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

 a { background-color: rgb(173,233,148); }

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

border-color css

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

 span { border-color: rgb(173,233,148); }

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