Html Css Color HEX #8AD07B De York

📋 copy color: '#8AD07B'

red 138 ◦ green 208 ◦ blue 123

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

Shades of De York #8AD07B

Tints of De York #8AD07B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.23%

R = 29.42%
G = 44.35%
B = 26.23%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#8AD07B (or 0x8AD07B) is known color: De York. HEX triplet: 8A, D0 and 7B. RGB value is (138,208,123). Sum of RGB (Red+Green+Blue) = 138+208+123=469 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.42% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD07B is #752F84. Grayscale: #B1B1B1. Windows color (decimal): -7679877 or 8114314. OLE color: 8114314.

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

Color convert

RGB 138 208 123 -
CMYK 0.34 0 0.41 0.18
HSL 109.41º 0.47% 0.65% -
HSV(B) 109.41º 0.41% 0.82% -
XYZ 36.61 51.95 26.84 -
YUV 177.38 97.31 99.91 -
System Red Green Blue C M Y K H S L
Decimal 138 208 123 0.34 0 0.41 0.18 109.41 0.47 0.65
Hex 8A D0 7B 22 0 29 12 6D 2F 41
Octal 212 320 173 42 0 51 22 155 57 101
Binary 10001010 11010000 1111011 100010 0 101001 10010 1101101 101111 1000001

Color Harmonies of #8AD07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD07B

Black with #8AD07B

Text Example


Text Example

White with #8AD07B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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