Html Css Color HEX #8AD593 De York

📋 copy color: '#8AD593'

red 138 ◦ green 213 ◦ blue 147

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

Shades of De York #8AD593

Tints of De York #8AD593

RGB

 RED value IS 138 (54.3% from 255) = 27.71%

 GREEN value IS 213 (83.59% from 255) = 42.77%

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

R = 27.71%
G = 42.77%
B = 29.52%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#8AD593 (or 0x8AD593) is known color: De York. HEX triplet: 8A, D5 and 93. RGB value is (138,213,147). Sum of RGB (Red+Green+Blue) = 138+213+147=498 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.71% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 147 (57.81% from 255 or 29.52% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD593 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD593 is #752A6C. Grayscale: #B7B7B7. Windows color (decimal): -7678573 or 9688458. OLE color: 9688458.

HSL color Cylindrical-coordinate representation of color #8AD593: hue angle of 127.2º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AD593 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 138 213 147 -
CMYK 0.35 0 0.31 0.16
HSL 127.2º 0.47% 0.69% -
HSV(B) 127.2º 0.35% 0.84% -
XYZ 39.54 55.1 36.15 -
YUV 183.05 107.65 95.87 -
System Red Green Blue C M Y K H S L
Decimal 138 213 147 0.35 0 0.31 0.16 127.2 0.47 0.69
Hex 8A D5 93 23 0 1F 10 7F 2F 45
Octal 212 325 223 43 0 37 20 177 57 105
Binary 10001010 11010101 10010011 100011 0 11111 10000 1111111 101111 1000101

Color Harmonies of #8AD593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD593

Black with #8AD593

Text Example


Text Example

White with #8AD593

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,213,147); }

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

background-color css

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

 a { background-color: rgb(138,213,147); }

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

border-color css

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

 span { border-color: rgb(138,213,147); }

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