Html Css Color HEX #8BC07A De York

📋 copy color: '#8BC07A'

red 139 ◦ green 192 ◦ blue 122

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

Shades of De York #8BC07A

Tints of De York #8BC07A

RGB

 RED value IS 139 (54.69% from 255) = 30.68%

 GREEN value IS 192 (75.39% from 255) = 42.38%

 BLUE value IS 122 (48.05% from 255) = 26.93%

R = 30.68%
G = 42.38%
B = 26.93%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#8BC07A (or 0x8BC07A) is known color: De York. HEX triplet: 8B, C0 and 7A. RGB value is (139,192,122). Sum of RGB (Red+Green+Blue) = 139+192+122=453 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.68% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 192 - color contains mainly: green. Hex color #8BC07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC07A is #743F85. Grayscale: #A8A8A8. Windows color (decimal): -7618438 or 8044683. OLE color: 8044683.

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

Color convert

RGB 139 192 122 -
CMYK 0.28 0 0.36 0.25
HSL 105.43º 0.36% 0.62% -
HSV(B) 105.43º 0.36% 0.75% -
XYZ 33.01 44.59 25.28 -
YUV 168.17 101.94 107.19 -
System Red Green Blue C M Y K H S L
Decimal 139 192 122 0.28 0 0.36 0.25 105.43 0.36 0.62
Hex 8B C0 7A 1C 0 24 19 69 24 3E
Octal 213 300 172 34 0 44 31 151 44 76
Binary 10001011 11000000 1111010 11100 0 100100 11001 1101001 100100 111110

Color Harmonies of #8BC07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC07A

Black with #8BC07A

Text Example


Text Example

White with #8BC07A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,192,122); }

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

background-color css

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

 a { background-color: rgb(139,192,122); }

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

border-color css

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

 span { border-color: rgb(139,192,122); }

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