Html Css Color HEX #8AD28F De York

📋 copy color: '#8AD28F'

red 138 ◦ green 210 ◦ blue 143

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

Shades of De York #8AD28F

Tints of De York #8AD28F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.77%

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

R = 28.11%
G = 42.77%
B = 29.12%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#8AD28F (or 0x8AD28F) is known color: De York. HEX triplet: 8A, D2 and 8F. RGB value is (138,210,143). Sum of RGB (Red+Green+Blue) = 138+210+143=491 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.11% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD28F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD28F is #752D70. Grayscale: #B5B5B5. Windows color (decimal): -7679345 or 9425546. OLE color: 9425546.

HSL color Cylindrical-coordinate representation of color #8AD28F: hue angle of 124.17º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AD28F is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 138 210 143 -
CMYK 0.34 0 0.32 0.18
HSL 124.17º 0.44% 0.68% -
HSV(B) 124.17º 0.34% 0.82% -
XYZ 38.49 53.48 34.28 -
YUV 180.83 106.65 97.45 -
System Red Green Blue C M Y K H S L
Decimal 138 210 143 0.34 0 0.32 0.18 124.17 0.44 0.68
Hex 8A D2 8F 22 0 20 12 7C 2C 44
Octal 212 322 217 42 0 40 22 174 54 104
Binary 10001010 11010010 10001111 100010 0 100000 10010 1111100 101100 1000100

Color Harmonies of #8AD28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD28F

Black with #8AD28F

Text Example


Text Example

White with #8AD28F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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