Html Css Color HEX #ADF690 Granny Smith Apple

📋 copy color: '#ADF690'

red 173 ◦ green 246 ◦ blue 144

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

Shades of Granny Smith Apple #ADF690

Tints of Granny Smith Apple #ADF690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.58%

R = 30.73%
G = 43.69%
B = 25.58%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#ADF690 (or 0xADF690) is known color: Granny Smith Apple. HEX triplet: AD, F6 and 90. RGB value is (173,246,144). Sum of RGB (Red+Green+Blue) = 173+246+144=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 246 (96.48% from 255 or 43.69% from 563); Blue value is 144 (56.64% from 255 or 25.58% from 563); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF690 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF690 is #52096F. Grayscale: #D4D4D4. Windows color (decimal): -5376368 or 9500333. OLE color: 9500333.

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

Color convert

RGB 173 246 144 -
CMYK 0.30 0 0.41 0.04
HSL 102.94º 0.85% 0.76% -
HSV(B) 102.94º 0.41% 0.96% -
XYZ 55.22 76.81 38.3 -
YUV 212.55 89.32 99.79 -
System Red Green Blue C M Y K H S L
Decimal 173 246 144 0.30 0 0.41 0.04 102.94 0.85 0.76
Hex AD F6 90 1E 0 29 4 67 55 4C
Octal 255 366 220 36 0 51 4 147 125 114
Binary 10101101 11110110 10010000 11110 0 101001 100 1100111 1010101 1001100

Color Harmonies of #ADF690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF690

Black with #ADF690

Text Example


Text Example

White with #ADF690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF690; }

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

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

background-color css

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

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

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

border-color css

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

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

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