Html Css Color HEX #ADF98D Granny Smith Apple

📋 copy color: '#ADF98D'

red 173 ◦ green 249 ◦ blue 141

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

Shades of Granny Smith Apple #ADF98D

Tints of Granny Smith Apple #ADF98D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.23%

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

R = 30.73%
G = 44.23%
B = 25.04%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#ADF98D (or 0xADF98D) is known color: Granny Smith Apple. HEX triplet: AD, F9 and 8D. RGB value is (173,249,141). Sum of RGB (Red+Green+Blue) = 173+249+141=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 249 (97.66% from 255 or 44.23% from 563); Blue value is 141 (55.47% from 255 or 25.04% from 563); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF98D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF98D is #520672. Grayscale: #D6D6D6. Windows color (decimal): -5375603 or 9304493. OLE color: 9304493.

HSL color Cylindrical-coordinate representation of color #ADF98D: hue angle of 102.22º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADF98D is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 249 141 -
CMYK 0.31 0 0.43 0.02
HSL 102.22º 0.9% 0.76% -
HSV(B) 102.22º 0.43% 0.98% -
XYZ 55.92 78.56 37.42 -
YUV 213.96 86.82 98.78 -
System Red Green Blue C M Y K H S L
Decimal 173 249 141 0.31 0 0.43 0.02 102.22 0.9 0.76
Hex AD F9 8D 1F 0 2B 2 66 5A 4C
Octal 255 371 215 37 0 53 2 146 132 114
Binary 10101101 11111001 10001101 11111 0 101011 10 1100110 1011010 1001100

Color Harmonies of #ADF98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF98D

Black with #ADF98D

Text Example


Text Example

White with #ADF98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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