Html Css Color HEX #8CD18A De York

📋 copy color: '#8CD18A'

red 140 ◦ green 209 ◦ blue 138

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

Shades of De York #8CD18A

Tints of De York #8CD18A

RGB

 RED value IS 140 (55.08% from 255) = 28.75%

 GREEN value IS 209 (82.03% from 255) = 42.92%

 BLUE value IS 138 (54.3% from 255) = 28.34%

R = 28.75%
G = 42.92%
B = 28.34%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#8CD18A (or 0x8CD18A) is known color: De York. HEX triplet: 8C, D1 and 8A. RGB value is (140,209,138). Sum of RGB (Red+Green+Blue) = 140+209+138=487 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.75% from 487); Green value is 209 (82.03% from 255 or 42.92% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 209 - color contains mainly: green. Hex color #8CD18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD18A is #732E75. Grayscale: #B4B4B4. Windows color (decimal): -7548534 or 9097612. OLE color: 9097612.

HSL color Cylindrical-coordinate representation of color #8CD18A: hue angle of 118.31º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CD18A is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 140 209 138 -
CMYK 0.33 0 0.34 0.18
HSL 118.31º 0.44% 0.68% -
HSV(B) 118.31º 0.34% 0.82% -
XYZ 38.2 53.01 32.26 -
YUV 180.28 104.14 99.27 -
System Red Green Blue C M Y K H S L
Decimal 140 209 138 0.33 0 0.34 0.18 118.31 0.44 0.68
Hex 8C D1 8A 21 0 22 12 76 2C 44
Octal 214 321 212 41 0 42 22 166 54 104
Binary 10001100 11010001 10001010 100001 0 100010 10010 1110110 101100 1000100

Color Harmonies of #8CD18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD18A

Black with #8CD18A

Text Example


Text Example

White with #8CD18A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,209,138); }

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

background-color css

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

 a { background-color: rgb(140,209,138); }

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

border-color css

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

 span { border-color: rgb(140,209,138); }

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