Html Css Color HEX #8AD27B De York

📋 copy color: '#8AD27B'

red 138 ◦ green 210 ◦ blue 123

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

Shades of De York #8AD27B

Tints of De York #8AD27B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.59%

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

R = 29.3%
G = 44.59%
B = 26.11%

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

#8AD27B (or 0x8AD27B) is known color: De York. HEX triplet: 8A, D2 and 7B. RGB value is (138,210,123). Sum of RGB (Red+Green+Blue) = 138+210+123=471 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.30% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD27B is #752D84. Grayscale: #B2B2B2. Windows color (decimal): -7679365 or 8114826. OLE color: 8114826.

HSL color Cylindrical-coordinate representation of color #8AD27B: hue angle of 109.66º degrees, saturation: 0.49, 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 #8AD27B is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 138 210 123 -
CMYK 0.34 0 0.41 0.18
HSL 109.66º 0.49% 0.65% -
HSV(B) 109.66º 0.41% 0.82% -
XYZ 37.1 52.93 27 -
YUV 178.55 96.65 99.07 -
System Red Green Blue C M Y K H S L
Decimal 138 210 123 0.34 0 0.41 0.18 109.66 0.49 0.65
Hex 8A D2 7B 22 0 29 12 6E 31 41
Octal 212 322 173 42 0 51 22 156 61 101
Binary 10001010 11010010 1111011 100010 0 101001 10010 1101110 110001 1000001

Color Harmonies of #8AD27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD27B

Black with #8AD27B

Text Example


Text Example

White with #8AD27B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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