Html Css Color HEX #8AD28B De York

📋 copy color: '#8AD28B'

red 138 ◦ green 210 ◦ blue 139

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

Shades of De York #8AD28B

Tints of De York #8AD28B

RGB

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

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

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

R = 28.34%
G = 43.12%
B = 28.54%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#8AD28B (or 0x8AD28B) is known color: De York. HEX triplet: 8A, D2 and 8B. RGB value is (138,210,139). Sum of RGB (Red+Green+Blue) = 138+210+139=487 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.34% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD28B is #752D74. Grayscale: #B4B4B4. Windows color (decimal): -7679349 or 9163402. OLE color: 9163402.

HSL color Cylindrical-coordinate representation of color #8AD28B: hue angle of 120.83º 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 #8AD28B is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 138 210 139 -
CMYK 0.34 0 0.34 0.18
HSL 120.83º 0.44% 0.68% -
HSV(B) 120.83º 0.34% 0.82% -
XYZ 38.19 53.36 32.71 -
YUV 180.38 104.65 97.77 -
System Red Green Blue C M Y K H S L
Decimal 138 210 139 0.34 0 0.34 0.18 120.83 0.44 0.68
Hex 8A D2 8B 22 0 22 12 79 2C 44
Octal 212 322 213 42 0 42 22 171 54 104
Binary 10001010 11010010 10001011 100010 0 100010 10010 1111001 101100 1000100

Color Harmonies of #8AD28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD28B

Black with #8AD28B

Text Example


Text Example

White with #8AD28B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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