Html Css Color HEX #ADEA94 Granny Smith Apple

📋 copy color: '#ADEA94'

red 173 ◦ green 234 ◦ blue 148

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

Shades of Granny Smith Apple #ADEA94

Tints of Granny Smith Apple #ADEA94

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.16%

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

R = 31.17%
G = 42.16%
B = 26.67%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#ADEA94 (or 0xADEA94) is known color: Granny Smith Apple. HEX triplet: AD, EA and 94. RGB value is (173,234,148). Sum of RGB (Red+Green+Blue) = 173+234+148=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 148 (58.20% from 255 or 26.67% from 555); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEA94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEA94 is #52156B. Grayscale: #CECECE. Windows color (decimal): -5379436 or 9759405. OLE color: 9759405.

HSL color Cylindrical-coordinate representation of color #ADEA94: hue angle of 102.56º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADEA94 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 234 148 -
CMYK 0.26 0 0.37 0.08
HSL 102.56º 0.67% 0.75% -
HSV(B) 102.56º 0.37% 0.92% -
XYZ 52 69.87 38.76 -
YUV 205.96 95.29 104.49 -
System Red Green Blue C M Y K H S L
Decimal 173 234 148 0.26 0 0.37 0.08 102.56 0.67 0.75
Hex AD EA 94 1A 0 25 8 67 43 4B
Octal 255 352 224 32 0 45 10 147 103 113
Binary 10101101 11101010 10010100 11010 0 100101 1000 1100111 1000011 1001011

Color Harmonies of #ADEA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEA94

Black with #ADEA94

Text Example


Text Example

White with #ADEA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEA94; }

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

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

background-color css

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

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

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

border-color css

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

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

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