Html Css Color HEX #8AC77F De York

📋 copy color: '#8AC77F'

red 138 ◦ green 199 ◦ blue 127

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

Shades of De York #8AC77F

Tints of De York #8AC77F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.89%

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

R = 29.74%
G = 42.89%
B = 27.37%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#8AC77F (or 0x8AC77F) is known color: De York. HEX triplet: 8A, C7 and 7F. RGB value is (138,199,127). Sum of RGB (Red+Green+Blue) = 138+199+127=464 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.74% from 464); Green value is 199 (78.12% from 255 or 42.89% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 199 - color contains mainly: green. Hex color #8AC77F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC77F is #753880. Grayscale: #ACACAC. Windows color (decimal): -7682177 or 8374154. OLE color: 8374154.

HSL color Cylindrical-coordinate representation of color #8AC77F: hue angle of 110.83º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AC77F is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 138 199 127 -
CMYK 0.31 0 0.36 0.22
HSL 110.83º 0.39% 0.64% -
HSV(B) 110.83º 0.36% 0.78% -
XYZ 34.74 47.78 27.47 -
YUV 172.55 102.29 103.35 -
System Red Green Blue C M Y K H S L
Decimal 138 199 127 0.31 0 0.36 0.22 110.83 0.39 0.64
Hex 8A C7 7F 1F 0 24 16 6F 27 40
Octal 212 307 177 37 0 44 26 157 47 100
Binary 10001010 11000111 1111111 11111 0 100100 10110 1101111 100111 1000000

Color Harmonies of #8AC77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC77F

Black with #8AC77F

Text Example


Text Example

White with #8AC77F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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