Html Css Color HEX #ADF28D Granny Smith Apple

📋 copy color: '#ADF28D'

red 173 ◦ green 242 ◦ blue 141

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

Shades of Granny Smith Apple #ADF28D

Tints of Granny Smith Apple #ADF28D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.53%

 BLUE value IS 141 (55.47% from 255) = 25.36%

R = 31.12%
G = 43.53%
B = 25.36%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#ADF28D (or 0xADF28D) is known color: Granny Smith Apple. HEX triplet: AD, F2 and 8D. RGB value is (173,242,141). Sum of RGB (Red+Green+Blue) = 173+242+141=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 242 (94.92% from 255 or 43.53% from 556); Blue value is 141 (55.47% from 255 or 25.36% from 556); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF28D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF28D is #520D72. Grayscale: #D2D2D2. Windows color (decimal): -5377395 or 9302701. OLE color: 9302701.

HSL color Cylindrical-coordinate representation of color #ADF28D: hue angle of 100.99º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADF28D is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 242 141 -
CMYK 0.29 0 0.42 0.05
HSL 100.99º 0.8% 0.75% -
HSV(B) 100.99º 0.42% 0.95% -
XYZ 53.79 74.31 36.71 -
YUV 209.86 89.14 101.71 -
System Red Green Blue C M Y K H S L
Decimal 173 242 141 0.29 0 0.42 0.05 100.99 0.8 0.75
Hex AD F2 8D 1D 0 2A 5 65 50 4B
Octal 255 362 215 35 0 52 5 145 120 113
Binary 10101101 11110010 10001101 11101 0 101010 101 1100101 1010000 1001011

Color Harmonies of #ADF28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF28D

Black with #ADF28D

Text Example


Text Example

White with #ADF28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF28D; }

 p { color: rgb(173,242,141); }

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

background-color css

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

 a { background-color: rgb(173,242,141); }

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

border-color css

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

 span { border-color: rgb(173,242,141); }

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