Html Css Color HEX #8AD07E De York

📋 copy color: '#8AD07E'

red 138 ◦ green 208 ◦ blue 126

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

Shades of De York #8AD07E

Tints of De York #8AD07E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.07%

 BLUE value IS 126 (49.61% from 255) = 26.69%

R = 29.24%
G = 44.07%
B = 26.69%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#8AD07E (or 0x8AD07E) is known color: De York. HEX triplet: 8A, D0 and 7E. RGB value is (138,208,126). Sum of RGB (Red+Green+Blue) = 138+208+126=472 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.24% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD07E is #752F81. Grayscale: #B1B1B1. Windows color (decimal): -7679874 or 8310922. OLE color: 8310922.

HSL color Cylindrical-coordinate representation of color #8AD07E: hue angle of 111.22º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AD07E is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 138 208 126 -
CMYK 0.34 0 0.39 0.18
HSL 111.22º 0.47% 0.65% -
HSV(B) 111.22º 0.39% 0.82% -
XYZ 36.8 52.02 27.84 -
YUV 177.72 98.81 99.67 -
System Red Green Blue C M Y K H S L
Decimal 138 208 126 0.34 0 0.39 0.18 111.22 0.47 0.65
Hex 8A D0 7E 22 0 27 12 6F 2F 41
Octal 212 320 176 42 0 47 22 157 57 101
Binary 10001010 11010000 1111110 100010 0 100111 10010 1101111 101111 1000001

Color Harmonies of #8AD07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD07E

Black with #8AD07E

Text Example


Text Example

White with #8AD07E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,208,126); }

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

background-color css

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

 a { background-color: rgb(138,208,126); }

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

border-color css

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

 span { border-color: rgb(138,208,126); }

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