Html Css Color HEX #8AD885 De York

📋 copy color: '#8AD885'

red 138 ◦ green 216 ◦ blue 133

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

Shades of De York #8AD885

Tints of De York #8AD885

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.35%

 BLUE value IS 133 (52.34% from 255) = 27.31%

R = 28.34%
G = 44.35%
B = 27.31%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#8AD885 (or 0x8AD885) is known color: De York. HEX triplet: 8A, D8 and 85. RGB value is (138,216,133). Sum of RGB (Red+Green+Blue) = 138+216+133=487 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.34% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD885 is #75277A. Grayscale: #B7B7B7. Windows color (decimal): -7677819 or 8771722. OLE color: 8771722.

HSL color Cylindrical-coordinate representation of color #8AD885: hue angle of 116.39º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AD885 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 138 216 133 -
CMYK 0.36 0 0.38 0.15
HSL 116.39º 0.52% 0.68% -
HSV(B) 116.39º 0.38% 0.85% -
XYZ 39.27 56.21 30.97 -
YUV 183.22 99.66 95.75 -
System Red Green Blue C M Y K H S L
Decimal 138 216 133 0.36 0 0.38 0.15 116.39 0.52 0.68
Hex 8A D8 85 24 0 26 F 74 34 44
Octal 212 330 205 44 0 46 17 164 64 104
Binary 10001010 11011000 10000101 100100 0 100110 1111 1110100 110100 1000100

Color Harmonies of #8AD885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD885

Black with #8AD885

Text Example


Text Example

White with #8AD885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,216,133); }

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

background-color css

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

 a { background-color: rgb(138,216,133); }

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

border-color css

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

 span { border-color: rgb(138,216,133); }

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