Html Css Color HEX #8ACE95 De York

📋 copy color: '#8ACE95'

red 138 ◦ green 206 ◦ blue 149

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

Shades of De York #8ACE95

Tints of De York #8ACE95

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.78%

 BLUE value IS 149 (58.59% from 255) = 30.22%

R = 27.99%
G = 41.78%
B = 30.22%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#8ACE95 (or 0x8ACE95) is known color: De York. HEX triplet: 8A, CE and 95. RGB value is (138,206,149). Sum of RGB (Red+Green+Blue) = 138+206+149=493 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.99% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACE95 is #75316A. Grayscale: #B3B3B3. Windows color (decimal): -7680363 or 9817738. OLE color: 9817738.

HSL color Cylindrical-coordinate representation of color #8ACE95: hue angle of 129.71º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACE95 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 206 149 -
CMYK 0.33 0 0.28 0.19
HSL 129.71º 0.41% 0.67% -
HSV(B) 129.71º 0.33% 0.81% -
XYZ 37.98 51.72 36.41 -
YUV 179.17 110.97 98.63 -
System Red Green Blue C M Y K H S L
Decimal 138 206 149 0.33 0 0.28 0.19 129.71 0.41 0.67
Hex 8A CE 95 21 0 1C 13 82 29 43
Octal 212 316 225 41 0 34 23 202 51 103
Binary 10001010 11001110 10010101 100001 0 11100 10011 10000010 101001 1000011

Color Harmonies of #8ACE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACE95

Black with #8ACE95

Text Example


Text Example

White with #8ACE95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,206,149); }

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

background-color css

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

 a { background-color: rgb(138,206,149); }

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

border-color css

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

 span { border-color: rgb(138,206,149); }

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