Html Css Color HEX #8AD67B De York

📋 copy color: '#8AD67B'

red 138 ◦ green 214 ◦ blue 123

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

Shades of De York #8AD67B

Tints of De York #8AD67B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.05%

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

R = 29.05%
G = 45.05%
B = 25.89%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#8AD67B (or 0x8AD67B) is known color: De York. HEX triplet: 8A, D6 and 7B. RGB value is (138,214,123). Sum of RGB (Red+Green+Blue) = 138+214+123=475 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.05% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD67B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD67B is #752984. Grayscale: #B5B5B5. Windows color (decimal): -7678341 or 8115850. OLE color: 8115850.

HSL color Cylindrical-coordinate representation of color #8AD67B: hue angle of 110.11º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AD67B is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 138 214 123 -
CMYK 0.36 0 0.43 0.16
HSL 110.11º 0.53% 0.66% -
HSV(B) 110.11º 0.43% 0.84% -
XYZ 38.1 54.93 27.33 -
YUV 180.9 95.32 97.4 -
System Red Green Blue C M Y K H S L
Decimal 138 214 123 0.36 0 0.43 0.16 110.11 0.53 0.66
Hex 8A D6 7B 24 0 2B 10 6E 35 42
Octal 212 326 173 44 0 53 20 156 65 102
Binary 10001010 11010110 1111011 100100 0 101011 10000 1101110 110101 1000010

Color Harmonies of #8AD67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD67B

Black with #8AD67B

Text Example


Text Example

White with #8AD67B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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