Html Css Color HEX #8ADA84 De York

📋 copy color: '#8ADA84'

red 138 ◦ green 218 ◦ blue 132

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

Shades of De York #8ADA84

Tints of De York #8ADA84

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.67%

 BLUE value IS 132 (51.95% from 255) = 27.05%

R = 28.28%
G = 44.67%
B = 27.05%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#8ADA84 (or 0x8ADA84) is known color: De York. HEX triplet: 8A, DA and 84. RGB value is (138,218,132). Sum of RGB (Red+Green+Blue) = 138+218+132=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #8ADA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADA84 is #75257B. Grayscale: #B8B8B8. Windows color (decimal): -7677308 or 8706698. OLE color: 8706698.

HSL color Cylindrical-coordinate representation of color #8ADA84: hue angle of 115.81º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8ADA84 is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 138 218 132 -
CMYK 0.37 0 0.39 0.15
HSL 115.81º 0.54% 0.69% -
HSV(B) 115.81º 0.39% 0.85% -
XYZ 39.72 57.21 30.78 -
YUV 184.28 98.5 94.99 -
System Red Green Blue C M Y K H S L
Decimal 138 218 132 0.37 0 0.39 0.15 115.81 0.54 0.69
Hex 8A DA 84 25 0 27 F 74 36 45
Octal 212 332 204 45 0 47 17 164 66 105
Binary 10001010 11011010 10000100 100101 0 100111 1111 1110100 110110 1000101

Color Harmonies of #8ADA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADA84

Black with #8ADA84

Text Example


Text Example

White with #8ADA84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,218,132); }

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

background-color css

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

 a { background-color: rgb(138,218,132); }

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

border-color css

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

 span { border-color: rgb(138,218,132); }

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