Html Css Color HEX #8AD38F De York

📋 copy color: '#8AD38F'

red 138 ◦ green 211 ◦ blue 143

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

Shades of De York #8AD38F

Tints of De York #8AD38F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.89%

 BLUE value IS 143 (56.25% from 255) = 29.07%

R = 28.05%
G = 42.89%
B = 29.07%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#8AD38F (or 0x8AD38F) is known color: De York. HEX triplet: 8A, D3 and 8F. RGB value is (138,211,143). Sum of RGB (Red+Green+Blue) = 138+211+143=492 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.05% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD38F is #752C70. Grayscale: #B5B5B5. Windows color (decimal): -7679089 or 9425802. OLE color: 9425802.

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

Color convert

RGB 138 211 143 -
CMYK 0.35 0 0.32 0.17
HSL 124.11º 0.45% 0.68% -
HSV(B) 124.11º 0.35% 0.83% -
XYZ 38.73 53.97 34.36 -
YUV 181.42 106.32 97.03 -
System Red Green Blue C M Y K H S L
Decimal 138 211 143 0.35 0 0.32 0.17 124.11 0.45 0.68
Hex 8A D3 8F 23 0 20 11 7C 2D 44
Octal 212 323 217 43 0 40 21 174 55 104
Binary 10001010 11010011 10001111 100011 0 100000 10001 1111100 101101 1000100

Color Harmonies of #8AD38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD38F

Black with #8AD38F

Text Example


Text Example

White with #8AD38F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,211,143); }

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

background-color css

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

 a { background-color: rgb(138,211,143); }

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

border-color css

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

 span { border-color: rgb(138,211,143); }

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