Html Css Color HEX #8FDC8C Granny Smith Apple

📋 copy color: '#8FDC8C'

red 143 ◦ green 220 ◦ blue 140

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

Shades of Granny Smith Apple #8FDC8C

Tints of Granny Smith Apple #8FDC8C

RGB

 RED value IS 143 (56.25% from 255) = 28.43%

 GREEN value IS 220 (86.33% from 255) = 43.74%

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

R = 28.43%
G = 43.74%
B = 27.83%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#8FDC8C (or 0x8FDC8C) is known color: Granny Smith Apple. HEX triplet: 8F, DC and 8C. RGB value is (143,220,140). Sum of RGB (Red+Green+Blue) = 143+220+140=503 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.43% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDC8C is #702373. Grayscale: #BCBCBC. Windows color (decimal): -7349108 or 9231503. OLE color: 9231503.

HSL color Cylindrical-coordinate representation of color #8FDC8C: hue angle of 117.75º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FDC8C is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 220 140 -
CMYK 0.35 0 0.36 0.14
HSL 117.75º 0.53% 0.71% -
HSV(B) 117.75º 0.36% 0.86% -
XYZ 41.65 58.92 33.99 -
YUV 187.86 100.99 96 -
System Red Green Blue C M Y K H S L
Decimal 143 220 140 0.35 0 0.36 0.14 117.75 0.53 0.71
Hex 8F DC 8C 23 0 24 E 76 35 47
Octal 217 334 214 43 0 44 16 166 65 107
Binary 10001111 11011100 10001100 100011 0 100100 1110 1110110 110101 1000111

Color Harmonies of #8FDC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDC8C

Black with #8FDC8C

Text Example


Text Example

White with #8FDC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FDC8C; }

 p { color: rgb(143,220,140); }

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

background-color css

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

 a { background-color: rgb(143,220,140); }

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

border-color css

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

 span { border-color: rgb(143,220,140); }

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