Html Css Color HEX #ADFA8C Granny Smith Apple

📋 copy color: '#ADFA8C'

red 173 ◦ green 250 ◦ blue 140

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

Shades of Granny Smith Apple #ADFA8C

Tints of Granny Smith Apple #ADFA8C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.4%

 BLUE value IS 140 (55.08% from 255) = 24.87%

R = 30.73%
G = 44.4%
B = 24.87%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#ADFA8C (or 0xADFA8C) is known color: Granny Smith Apple. HEX triplet: AD, FA and 8C. RGB value is (173,250,140). Sum of RGB (Red+Green+Blue) = 173+250+140=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 140 (55.08% from 255 or 24.87% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFA8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFA8C is #520573. Grayscale: #D6D6D6. Windows color (decimal): -5375348 or 9239213. OLE color: 9239213.

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

Color convert

RGB 173 250 140 -
CMYK 0.31 0 0.44 0.02
HSL 102º 0.92% 0.76% -
HSV(B) 102º 0.44% 0.98% -
XYZ 56.15 79.15 37.13 -
YUV 214.44 85.99 98.44 -
System Red Green Blue C M Y K H S L
Decimal 173 250 140 0.31 0 0.44 0.02 102 0.92 0.76
Hex AD FA 8C 1F 0 2C 2 66 5C 4C
Octal 255 372 214 37 0 54 2 146 134 114
Binary 10101101 11111010 10001100 11111 0 101100 10 1100110 1011100 1001100

Color Harmonies of #ADFA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFA8C

Black with #ADFA8C

Text Example


Text Example

White with #ADFA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFA8C; }

 p { color: rgb(173,250,140); }

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

background-color css

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

 a { background-color: rgb(173,250,140); }

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

border-color css

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

 span { border-color: rgb(173,250,140); }

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