Html Css Color HEX #8CCA93 De York

📋 copy color: '#8CCA93'

red 140 ◦ green 202 ◦ blue 147

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

Shades of De York #8CCA93

Tints of De York #8CCA93

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.31%

 BLUE value IS 147 (57.81% from 255) = 30.06%

R = 28.63%
G = 41.31%
B = 30.06%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#8CCA93 (or 0x8CCA93) is known color: De York. HEX triplet: 8C, CA and 93. RGB value is (140,202,147). Sum of RGB (Red+Green+Blue) = 140+202+147=489 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.63% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCA93 is #73356C. Grayscale: #B1B1B1. Windows color (decimal): -7550317 or 9685644. OLE color: 9685644.

HSL color Cylindrical-coordinate representation of color #8CCA93: hue angle of 126.77º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CCA93 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 140 202 147 -
CMYK 0.31 0 0.27 0.21
HSL 126.77º 0.37% 0.67% -
HSV(B) 126.77º 0.31% 0.79% -
XYZ 37.2 49.92 35.28 -
YUV 177.19 110.96 101.47 -
System Red Green Blue C M Y K H S L
Decimal 140 202 147 0.31 0 0.27 0.21 126.77 0.37 0.67
Hex 8C CA 93 1F 0 1B 15 7F 25 43
Octal 214 312 223 37 0 33 25 177 45 103
Binary 10001100 11001010 10010011 11111 0 11011 10101 1111111 100101 1000011

Color Harmonies of #8CCA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCA93

Black with #8CCA93

Text Example


Text Example

White with #8CCA93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,202,147); }

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

background-color css

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

 a { background-color: rgb(140,202,147); }

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

border-color css

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

 span { border-color: rgb(140,202,147); }

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