Html Css Color HEX #8AC27C De York

📋 copy color: '#8AC27C'

red 138 ◦ green 194 ◦ blue 124

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

Shades of De York #8AC27C

Tints of De York #8AC27C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.54%

 BLUE value IS 124 (48.83% from 255) = 27.19%

R = 30.26%
G = 42.54%
B = 27.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#8AC27C (or 0x8AC27C) is known color: De York. HEX triplet: 8A, C2 and 7C. RGB value is (138,194,124). Sum of RGB (Red+Green+Blue) = 138+194+124=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 124 (48.83% from 255 or 27.19% from 456); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC27C is #753D83. Grayscale: #A9A9A9. Windows color (decimal): -7683460 or 8176266. OLE color: 8176266.

HSL color Cylindrical-coordinate representation of color #8AC27C: hue angle of 108º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AC27C is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 138 194 124 -
CMYK 0.29 0 0.36 0.24
HSL 108º 0.36% 0.62% -
HSV(B) 108º 0.36% 0.76% -
XYZ 33.41 45.44 26.08 -
YUV 169.28 102.45 105.69 -
System Red Green Blue C M Y K H S L
Decimal 138 194 124 0.29 0 0.36 0.24 108 0.36 0.62
Hex 8A C2 7C 1D 0 24 18 6C 24 3E
Octal 212 302 174 35 0 44 30 154 44 76
Binary 10001010 11000010 1111100 11101 0 100100 11000 1101100 100100 111110

Color Harmonies of #8AC27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC27C

Black with #8AC27C

Text Example


Text Example

White with #8AC27C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,194,124); }

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

background-color css

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

 a { background-color: rgb(138,194,124); }

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

border-color css

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

 span { border-color: rgb(138,194,124); }

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