Html Css Color HEX #8ACD92 De York

📋 copy color: '#8ACD92'

red 138 ◦ green 205 ◦ blue 146

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

Shades of De York #8ACD92

Tints of De York #8ACD92

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.92%

 BLUE value IS 146 (57.42% from 255) = 29.86%

R = 28.22%
G = 41.92%
B = 29.86%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#8ACD92 (or 0x8ACD92) is known color: De York. HEX triplet: 8A, CD and 92. RGB value is (138,205,146). Sum of RGB (Red+Green+Blue) = 138+205+146=489 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.22% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACD92 is #75326D. Grayscale: #B2B2B2. Windows color (decimal): -7680622 or 9620874. OLE color: 9620874.

HSL color Cylindrical-coordinate representation of color #8ACD92: hue angle of 127.16º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACD92 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 205 146 -
CMYK 0.33 0 0.29 0.20
HSL 127.16º 0.4% 0.67% -
HSV(B) 127.16º 0.33% 0.8% -
XYZ 37.5 51.14 35.09 -
YUV 178.24 109.8 99.3 -
System Red Green Blue C M Y K H S L
Decimal 138 205 146 0.33 0 0.29 0.20 127.16 0.4 0.67
Hex 8A CD 92 21 0 1D 14 7F 28 43
Octal 212 315 222 41 0 35 24 177 50 103
Binary 10001010 11001101 10010010 100001 0 11101 10100 1111111 101000 1000011

Color Harmonies of #8ACD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACD92

Black with #8ACD92

Text Example


Text Example

White with #8ACD92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,205,146); }

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

background-color css

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

 a { background-color: rgb(138,205,146); }

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

border-color css

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

 span { border-color: rgb(138,205,146); }

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