Html Css Color HEX #8AD67F De York

📋 copy color: '#8AD67F'

red 138 ◦ green 214 ◦ blue 127

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

Shades of De York #8AD67F

Tints of De York #8AD67F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.51%

R = 28.81%
G = 44.68%
B = 26.51%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#8AD67F (or 0x8AD67F) is known color: De York. HEX triplet: 8A, D6 and 7F. RGB value is (138,214,127). Sum of RGB (Red+Green+Blue) = 138+214+127=479 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.81% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD67F is #752980. Grayscale: #B5B5B5. Windows color (decimal): -7678337 or 8377994. OLE color: 8377994.

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

Color convert

RGB 138 214 127 -
CMYK 0.36 0 0.41 0.16
HSL 112.41º 0.51% 0.67% -
HSV(B) 112.41º 0.41% 0.84% -
XYZ 38.36 55.03 28.68 -
YUV 181.36 97.32 97.07 -
System Red Green Blue C M Y K H S L
Decimal 138 214 127 0.36 0 0.41 0.16 112.41 0.51 0.67
Hex 8A D6 7F 24 0 29 10 70 33 43
Octal 212 326 177 44 0 51 20 160 63 103
Binary 10001010 11010110 1111111 100100 0 101001 10000 1110000 110011 1000011

Color Harmonies of #8AD67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD67F

Black with #8AD67F

Text Example


Text Example

White with #8AD67F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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