Html Css Color HEX #8AD478 De York

📋 copy color: '#8AD478'

red 138 ◦ green 212 ◦ blue 120

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

Shades of De York #8AD478

Tints of De York #8AD478

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.11%

 BLUE value IS 120 (47.27% from 255) = 25.53%

R = 29.36%
G = 45.11%
B = 25.53%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#8AD478 (or 0x8AD478) is known color: De York. HEX triplet: 8A, D4 and 78. RGB value is (138,212,120). Sum of RGB (Red+Green+Blue) = 138+212+120=470 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.36% from 470); Green value is 212 (83.20% from 255 or 45.11% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD478 is #752B87. Grayscale: #B3B3B3. Windows color (decimal): -7678856 or 7918730. OLE color: 7918730.

HSL color Cylindrical-coordinate representation of color #8AD478: hue angle of 108.26º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AD478 is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 138 212 120 -
CMYK 0.35 0 0.43 0.17
HSL 108.26º 0.52% 0.65% -
HSV(B) 108.26º 0.43% 0.83% -
XYZ 37.41 53.85 26.19 -
YUV 179.39 94.48 98.48 -
System Red Green Blue C M Y K H S L
Decimal 138 212 120 0.35 0 0.43 0.17 108.26 0.52 0.65
Hex 8A D4 78 23 0 2B 11 6C 34 41
Octal 212 324 170 43 0 53 21 154 64 101
Binary 10001010 11010100 1111000 100011 0 101011 10001 1101100 110100 1000001

Color Harmonies of #8AD478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD478

Black with #8AD478

Text Example


Text Example

White with #8AD478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,212,120); }

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

background-color css

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

 a { background-color: rgb(138,212,120); }

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

border-color css

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

 span { border-color: rgb(138,212,120); }

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