Html Css Color HEX #ADF694 Granny Smith Apple

📋 copy color: '#ADF694'

red 173 ◦ green 246 ◦ blue 148

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

Shades of Granny Smith Apple #ADF694

Tints of Granny Smith Apple #ADF694

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.39%

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

R = 30.51%
G = 43.39%
B = 26.1%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#ADF694 (or 0xADF694) is known color: Granny Smith Apple. HEX triplet: AD, F6 and 94. RGB value is (173,246,148). Sum of RGB (Red+Green+Blue) = 173+246+148=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 246 (96.48% from 255 or 43.39% from 567); Blue value is 148 (58.20% from 255 or 26.10% from 567); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF694 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF694 is #52096B. Grayscale: #D5D5D5. Windows color (decimal): -5376364 or 9762477. OLE color: 9762477.

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

Color convert

RGB 173 246 148 -
CMYK 0.30 0 0.40 0.04
HSL 104.69º 0.84% 0.77% -
HSV(B) 104.69º 0.4% 0.96% -
XYZ 55.53 76.93 39.94 -
YUV 213 91.32 99.47 -
System Red Green Blue C M Y K H S L
Decimal 173 246 148 0.30 0 0.40 0.04 104.69 0.84 0.77
Hex AD F6 94 1E 0 28 4 69 54 4D
Octal 255 366 224 36 0 50 4 151 124 115
Binary 10101101 11110110 10010100 11110 0 101000 100 1101001 1010100 1001101

Color Harmonies of #ADF694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF694

Black with #ADF694

Text Example


Text Example

White with #ADF694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF694; }

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

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

background-color css

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

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

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

border-color css

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

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

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