Html Css Color HEX #8AC98F De York

📋 copy color: '#8AC98F'

red 138 ◦ green 201 ◦ blue 143

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

Shades of De York #8AC98F

Tints of De York #8AC98F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.7%

 BLUE value IS 143 (56.25% from 255) = 29.67%

R = 28.63%
G = 41.7%
B = 29.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#8AC98F (or 0x8AC98F) is known color: De York. HEX triplet: 8A, C9 and 8F. RGB value is (138,201,143). Sum of RGB (Red+Green+Blue) = 138+201+143=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 201 - color contains mainly: green. Hex color #8AC98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC98F is #753670. Grayscale: #AFAFAF. Windows color (decimal): -7681649 or 9423242. OLE color: 9423242.

HSL color Cylindrical-coordinate representation of color #8AC98F: hue angle of 124.76º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8AC98F is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 138 201 143 -
CMYK 0.31 0 0.29 0.21
HSL 124.76º 0.37% 0.66% -
HSV(B) 124.76º 0.31% 0.79% -
XYZ 36.33 49.16 33.56 -
YUV 175.55 109.63 101.22 -
System Red Green Blue C M Y K H S L
Decimal 138 201 143 0.31 0 0.29 0.21 124.76 0.37 0.66
Hex 8A C9 8F 1F 0 1D 15 7D 25 42
Octal 212 311 217 37 0 35 25 175 45 102
Binary 10001010 11001001 10001111 11111 0 11101 10101 1111101 100101 1000010

Color Harmonies of #8AC98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC98F

Black with #8AC98F

Text Example


Text Example

White with #8AC98F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,201,143); }

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

background-color css

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

 a { background-color: rgb(138,201,143); }

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

border-color css

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

 span { border-color: rgb(138,201,143); }

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