Html Css Color HEX #8AD690 De York

📋 copy color: '#8AD690'

red 138 ◦ green 214 ◦ blue 144

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

Shades of De York #8AD690

Tints of De York #8AD690

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.15%

 BLUE value IS 144 (56.64% from 255) = 29.03%

R = 27.82%
G = 43.15%
B = 29.03%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#8AD690 (or 0x8AD690) is known color: De York. HEX triplet: 8A, D6 and 90. RGB value is (138,214,144). Sum of RGB (Red+Green+Blue) = 138+214+144=496 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.82% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD690 is #75296F. Grayscale: #B7B7B7. Windows color (decimal): -7678320 or 9492106. OLE color: 9492106.

HSL color Cylindrical-coordinate representation of color #8AD690: hue angle of 124.74º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AD690 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 138 214 144 -
CMYK 0.36 0 0.33 0.16
HSL 124.74º 0.48% 0.69% -
HSV(B) 124.74º 0.36% 0.84% -
XYZ 39.56 55.51 35.01 -
YUV 183.3 105.82 95.69 -
System Red Green Blue C M Y K H S L
Decimal 138 214 144 0.36 0 0.33 0.16 124.74 0.48 0.69
Hex 8A D6 90 24 0 21 10 7D 30 45
Octal 212 326 220 44 0 41 20 175 60 105
Binary 10001010 11010110 10010000 100100 0 100001 10000 1111101 110000 1000101

Color Harmonies of #8AD690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD690

Black with #8AD690

Text Example


Text Example

White with #8AD690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,214,144); }

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

background-color css

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

 a { background-color: rgb(138,214,144); }

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

border-color css

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

 span { border-color: rgb(138,214,144); }

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