Html Css Color HEX #8ABF7E De York

📋 copy color: '#8ABF7E'

red 138 ◦ green 191 ◦ blue 126

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

Shades of De York #8ABF7E

Tints of De York #8ABF7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.69%

R = 30.33%
G = 41.98%
B = 27.69%

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

#8ABF7E (or 0x8ABF7E) is known color: De York. HEX triplet: 8A, BF and 7E. RGB value is (138,191,126). Sum of RGB (Red+Green+Blue) = 138+191+126=455 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.33% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 191 - color contains mainly: green. Hex color #8ABF7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABF7E is #754081. Grayscale: #A7A7A7. Windows color (decimal): -7684226 or 8306570. OLE color: 8306570.

HSL color Cylindrical-coordinate representation of color #8ABF7E: hue angle of 108.92º degrees, saturation: 0.34, 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 #8ABF7E is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 191 126 -
CMYK 0.28 0 0.34 0.25
HSL 108.92º 0.34% 0.62% -
HSV(B) 108.92º 0.34% 0.75% -
XYZ 32.88 44.17 26.53 -
YUV 167.74 104.44 106.79 -
System Red Green Blue C M Y K H S L
Decimal 138 191 126 0.28 0 0.34 0.25 108.92 0.34 0.62
Hex 8A BF 7E 1C 0 22 19 6D 22 3E
Octal 212 277 176 34 0 42 31 155 42 76
Binary 10001010 10111111 1111110 11100 0 100010 11001 1101101 100010 111110

Color Harmonies of #8ABF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABF7E

Black with #8ABF7E

Text Example


Text Example

White with #8ABF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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