Html Css Color HEX #8AC77D De York

📋 copy color: '#8AC77D'

red 138 ◦ green 199 ◦ blue 125

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

Shades of De York #8AC77D

Tints of De York #8AC77D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.06%

R = 29.87%
G = 43.07%
B = 27.06%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#8AC77D (or 0x8AC77D) is known color: De York. HEX triplet: 8A, C7 and 7D. RGB value is (138,199,125). Sum of RGB (Red+Green+Blue) = 138+199+125=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 199 (78.12% from 255 or 43.07% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 199 - color contains mainly: green. Hex color #8AC77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC77D is #753882. Grayscale: #ACACAC. Windows color (decimal): -7682179 or 8243082. OLE color: 8243082.

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

Color convert

RGB 138 199 125 -
CMYK 0.31 0 0.37 0.22
HSL 109.46º 0.4% 0.64% -
HSV(B) 109.46º 0.37% 0.78% -
XYZ 34.61 47.73 26.79 -
YUV 172.33 101.29 103.52 -
System Red Green Blue C M Y K H S L
Decimal 138 199 125 0.31 0 0.37 0.22 109.46 0.4 0.64
Hex 8A C7 7D 1F 0 25 16 6D 28 40
Octal 212 307 175 37 0 45 26 155 50 100
Binary 10001010 11000111 1111101 11111 0 100101 10110 1101101 101000 1000000

Color Harmonies of #8AC77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC77D

Black with #8AC77D

Text Example


Text Example

White with #8AC77D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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