Html Css Color HEX #ADF68D Granny Smith Apple

📋 copy color: '#ADF68D'

red 173 ◦ green 246 ◦ blue 141

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

Shades of Granny Smith Apple #ADF68D

Tints of Granny Smith Apple #ADF68D

RGB

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

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

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

R = 30.89%
G = 43.93%
B = 25.18%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#ADF68D (or 0xADF68D) is known color: Granny Smith Apple. HEX triplet: AD, F6 and 8D. RGB value is (173,246,141). Sum of RGB (Red+Green+Blue) = 173+246+141=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 246 (96.48% from 255 or 43.93% from 560); Blue value is 141 (55.47% from 255 or 25.18% from 560); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF68D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF68D is #520972. Grayscale: #D4D4D4. Windows color (decimal): -5376371 or 9303725. OLE color: 9303725.

HSL color Cylindrical-coordinate representation of color #ADF68D: hue angle of 101.71º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADF68D is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 246 141 -
CMYK 0.30 0 0.43 0.04
HSL 101.71º 0.85% 0.76% -
HSV(B) 101.71º 0.43% 0.96% -
XYZ 55 76.72 37.11 -
YUV 212.2 87.82 100.04 -
System Red Green Blue C M Y K H S L
Decimal 173 246 141 0.30 0 0.43 0.04 101.71 0.85 0.76
Hex AD F6 8D 1E 0 2B 4 66 55 4C
Octal 255 366 215 36 0 53 4 146 125 114
Binary 10101101 11110110 10001101 11110 0 101011 100 1100110 1010101 1001100

Color Harmonies of #ADF68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF68D

Black with #ADF68D

Text Example


Text Example

White with #ADF68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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