Html Css Color HEX #8AC58B De York

📋 copy color: '#8AC58B'

red 138 ◦ green 197 ◦ blue 139

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

Shades of De York #8AC58B

Tints of De York #8AC58B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.56%

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

R = 29.11%
G = 41.56%
B = 29.32%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#8AC58B (or 0x8AC58B) is known color: De York. HEX triplet: 8A, C5 and 8B. RGB value is (138,197,139). Sum of RGB (Red+Green+Blue) = 138+197+139=474 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.11% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 197 - color contains mainly: green. Hex color #8AC58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC58B is #753A74. Grayscale: #ACACAC. Windows color (decimal): -7682677 or 9160074. OLE color: 9160074.

HSL color Cylindrical-coordinate representation of color #8AC58B: hue angle of 121.02º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AC58B is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 138 197 139 -
CMYK 0.30 0 0.29 0.23
HSL 121.02º 0.34% 0.66% -
HSV(B) 121.02º 0.3% 0.77% -
XYZ 35.11 47.2 31.69 -
YUV 172.75 108.95 103.22 -
System Red Green Blue C M Y K H S L
Decimal 138 197 139 0.30 0 0.29 0.23 121.02 0.34 0.66
Hex 8A C5 8B 1E 0 1D 17 79 22 42
Octal 212 305 213 36 0 35 27 171 42 102
Binary 10001010 11000101 10001011 11110 0 11101 10111 1111001 100010 1000010

Color Harmonies of #8AC58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC58B

Black with #8AC58B

Text Example


Text Example

White with #8AC58B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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