Html Css Color HEX #8ACE8B De York

📋 copy color: '#8ACE8B'

red 138 ◦ green 206 ◦ blue 139

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

Shades of De York #8ACE8B

Tints of De York #8ACE8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.78%

R = 28.57%
G = 42.65%
B = 28.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#8ACE8B (or 0x8ACE8B) is known color: De York. HEX triplet: 8A, CE and 8B. RGB value is (138,206,139). Sum of RGB (Red+Green+Blue) = 138+206+139=483 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.57% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACE8B is #753174. Grayscale: #B2B2B2. Windows color (decimal): -7680373 or 9162378. OLE color: 9162378.

HSL color Cylindrical-coordinate representation of color #8ACE8B: hue angle of 120.88º 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 #8ACE8B is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 206 139 -
CMYK 0.33 0 0.33 0.19
HSL 120.88º 0.41% 0.67% -
HSV(B) 120.88º 0.33% 0.81% -
XYZ 37.21 51.41 32.39 -
YUV 178.03 105.97 99.45 -
System Red Green Blue C M Y K H S L
Decimal 138 206 139 0.33 0 0.33 0.19 120.88 0.41 0.67
Hex 8A CE 8B 21 0 21 13 79 29 43
Octal 212 316 213 41 0 41 23 171 51 103
Binary 10001010 11001110 10001011 100001 0 100001 10011 1111001 101001 1000011

Color Harmonies of #8ACE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACE8B

Black with #8ACE8B

Text Example


Text Example

White with #8ACE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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