Html Css Color HEX #8ABF7F De York

📋 copy color: '#8ABF7F'

red 138 ◦ green 191 ◦ blue 127

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

Shades of De York #8ABF7F

Tints of De York #8ABF7F

RGB

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

 GREEN value IS 191 (75% from 255) = 41.89%

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

R = 30.26%
G = 41.89%
B = 27.85%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#8ABF7F (or 0x8ABF7F) is known color: De York. HEX triplet: 8A, BF and 7F. RGB value is (138,191,127). Sum of RGB (Red+Green+Blue) = 138+191+127=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 191 - color contains mainly: green. Hex color #8ABF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABF7F is #754080. Grayscale: #A8A8A8. Windows color (decimal): -7684225 or 8372106. OLE color: 8372106.

HSL color Cylindrical-coordinate representation of color #8ABF7F: hue angle of 109.69º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ABF7F is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 191 127 -
CMYK 0.28 0 0.34 0.25
HSL 109.69º 0.33% 0.62% -
HSV(B) 109.69º 0.34% 0.75% -
XYZ 32.94 44.2 26.87 -
YUV 167.86 104.94 106.7 -
System Red Green Blue C M Y K H S L
Decimal 138 191 127 0.28 0 0.34 0.25 109.69 0.33 0.62
Hex 8A BF 7F 1C 0 22 19 6E 21 3E
Octal 212 277 177 34 0 42 31 156 41 76
Binary 10001010 10111111 1111111 11100 0 100010 11001 1101110 100001 111110

Color Harmonies of #8ABF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABF7F

Black with #8ABF7F

Text Example


Text Example

White with #8ABF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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