Html Css Color HEX #8AD091 De York

📋 copy color: '#8AD091'

red 138 ◦ green 208 ◦ blue 145

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

Shades of De York #8AD091

Tints of De York #8AD091

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.36%

 BLUE value IS 145 (57.03% from 255) = 29.53%

R = 28.11%
G = 42.36%
B = 29.53%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#8AD091 (or 0x8AD091) is known color: De York. HEX triplet: 8A, D0 and 91. RGB value is (138,208,145). Sum of RGB (Red+Green+Blue) = 138+208+145=491 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.11% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD091 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD091 is #752F6E. Grayscale: #B4B4B4. Windows color (decimal): -7679855 or 9556106. OLE color: 9556106.

HSL color Cylindrical-coordinate representation of color #8AD091: hue angle of 126º degrees, saturation: 0.43, 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 #8AD091 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 138 208 145 -
CMYK 0.34 0 0.30 0.18
HSL 126º 0.43% 0.68% -
HSV(B) 126º 0.34% 0.82% -
XYZ 38.15 52.56 34.92 -
YUV 179.89 108.31 98.12 -
System Red Green Blue C M Y K H S L
Decimal 138 208 145 0.34 0 0.30 0.18 126 0.43 0.68
Hex 8A D0 91 22 0 1E 12 7E 2B 44
Octal 212 320 221 42 0 36 22 176 53 104
Binary 10001010 11010000 10010001 100010 0 11110 10010 1111110 101011 1000100

Color Harmonies of #8AD091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD091

Black with #8AD091

Text Example


Text Example

White with #8AD091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,208,145); }

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

background-color css

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

 a { background-color: rgb(138,208,145); }

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

border-color css

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

 span { border-color: rgb(138,208,145); }

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