Html Css Color HEX #8AC58D De York

📋 copy color: '#8AC58D'

red 138 ◦ green 197 ◦ blue 141

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

Shades of De York #8AC58D

Tints of De York #8AC58D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.62%

R = 28.99%
G = 41.39%
B = 29.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#8AC58D (or 0x8AC58D) is known color: De York. HEX triplet: 8A, C5 and 8D. RGB value is (138,197,141). Sum of RGB (Red+Green+Blue) = 138+197+141=476 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.99% from 476); Green value is 197 (77.34% from 255 or 41.39% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 197 - color contains mainly: green. Hex color #8AC58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC58D is #753A72. Grayscale: #ADADAD. Windows color (decimal): -7682675 or 9291146. OLE color: 9291146.

HSL color Cylindrical-coordinate representation of color #8AC58D: hue angle of 123.05º 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 #8AC58D is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 138 197 141 -
CMYK 0.30 0 0.28 0.23
HSL 123.05º 0.34% 0.66% -
HSV(B) 123.05º 0.3% 0.77% -
XYZ 35.26 47.26 32.46 -
YUV 172.98 109.95 103.05 -
System Red Green Blue C M Y K H S L
Decimal 138 197 141 0.30 0 0.28 0.23 123.05 0.34 0.66
Hex 8A C5 8D 1E 0 1C 17 7B 22 42
Octal 212 305 215 36 0 34 27 173 42 102
Binary 10001010 11000101 10001101 11110 0 11100 10111 1111011 100010 1000010

Color Harmonies of #8AC58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC58D

Black with #8AC58D

Text Example


Text Example

White with #8AC58D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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