Html Css Color HEX #8AC990 De York

📋 copy color: '#8AC990'

red 138 ◦ green 201 ◦ blue 144

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

Shades of De York #8AC990

Tints of De York #8AC990

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.61%

 BLUE value IS 144 (56.64% from 255) = 29.81%

R = 28.57%
G = 41.61%
B = 29.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#8AC990 (or 0x8AC990) is known color: De York. HEX triplet: 8A, C9 and 90. RGB value is (138,201,144). Sum of RGB (Red+Green+Blue) = 138+201+144=483 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.57% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 201 - color contains mainly: green. Hex color #8AC990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC990 is #75366F. Grayscale: #AFAFAF. Windows color (decimal): -7681648 or 9488778. OLE color: 9488778.

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

Color convert

RGB 138 201 144 -
CMYK 0.31 0 0.28 0.21
HSL 125.71º 0.37% 0.66% -
HSV(B) 125.71º 0.31% 0.79% -
XYZ 36.4 49.19 33.96 -
YUV 175.67 110.13 101.13 -
System Red Green Blue C M Y K H S L
Decimal 138 201 144 0.31 0 0.28 0.21 125.71 0.37 0.66
Hex 8A C9 90 1F 0 1C 15 7E 25 42
Octal 212 311 220 37 0 34 25 176 45 102
Binary 10001010 11001001 10010000 11111 0 11100 10101 1111110 100101 1000010

Color Harmonies of #8AC990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC990

Black with #8AC990

Text Example


Text Example

White with #8AC990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,201,144); }

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

background-color css

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

 a { background-color: rgb(138,201,144); }

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

border-color css

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

 span { border-color: rgb(138,201,144); }

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