Html Css Color HEX #8AC27B De York

📋 copy color: '#8AC27B'

red 138 ◦ green 194 ◦ blue 123

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

Shades of De York #8AC27B

Tints of De York #8AC27B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.03%

R = 30.33%
G = 42.64%
B = 27.03%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#8AC27B (or 0x8AC27B) is known color: De York. HEX triplet: 8A, C2 and 7B. RGB value is (138,194,123). Sum of RGB (Red+Green+Blue) = 138+194+123=455 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.33% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 123 (48.44% from 255 or 27.03% from 455); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC27B is #753D84. Grayscale: #A9A9A9. Windows color (decimal): -7683461 or 8110730. OLE color: 8110730.

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

Color convert

RGB 138 194 123 -
CMYK 0.29 0 0.37 0.24
HSL 107.32º 0.37% 0.62% -
HSV(B) 107.32º 0.37% 0.76% -
XYZ 33.35 45.42 25.75 -
YUV 169.16 101.95 105.77 -
System Red Green Blue C M Y K H S L
Decimal 138 194 123 0.29 0 0.37 0.24 107.32 0.37 0.62
Hex 8A C2 7B 1D 0 25 18 6B 25 3E
Octal 212 302 173 35 0 45 30 153 45 76
Binary 10001010 11000010 1111011 11101 0 100101 11000 1101011 100101 111110

Color Harmonies of #8AC27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC27B

Black with #8AC27B

Text Example


Text Example

White with #8AC27B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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