Html Css Color HEX #ADF794 Granny Smith Apple

📋 copy color: '#ADF794'

red 173 ◦ green 247 ◦ blue 148

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

Shades of Granny Smith Apple #ADF794

Tints of Granny Smith Apple #ADF794

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.49%

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

R = 30.46%
G = 43.49%
B = 26.06%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#ADF794 (or 0xADF794) is known color: Granny Smith Apple. HEX triplet: AD, F7 and 94. RGB value is (173,247,148). Sum of RGB (Red+Green+Blue) = 173+247+148=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 247 (96.88% from 255 or 43.49% from 568); Blue value is 148 (58.20% from 255 or 26.06% from 568); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF794 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF794 is #52086B. Grayscale: #D5D5D5. Windows color (decimal): -5376108 or 9762733. OLE color: 9762733.

HSL color Cylindrical-coordinate representation of color #ADF794: hue angle of 104.85º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADF794 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 247 148 -
CMYK 0.30 0 0.40 0.03
HSL 104.85º 0.86% 0.77% -
HSV(B) 104.85º 0.4% 0.97% -
XYZ 55.84 77.54 40.04 -
YUV 213.59 90.98 99.05 -
System Red Green Blue C M Y K H S L
Decimal 173 247 148 0.30 0 0.40 0.03 104.85 0.86 0.77
Hex AD F7 94 1E 0 28 3 69 56 4D
Octal 255 367 224 36 0 50 3 151 126 115
Binary 10101101 11110111 10010100 11110 0 101000 11 1101001 1010110 1001101

Color Harmonies of #ADF794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF794

Black with #ADF794

Text Example


Text Example

White with #ADF794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF794; }

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

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

background-color css

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

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

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

border-color css

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

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

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