Html Css Color HEX #8AC07B De York

📋 copy color: '#8AC07B'

red 138 ◦ green 192 ◦ blue 123

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

Shades of De York #8AC07B

Tints of De York #8AC07B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.15%

R = 30.46%
G = 42.38%
B = 27.15%

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

#8AC07B (or 0x8AC07B) is known color: De York. HEX triplet: 8A, C0 and 7B. RGB value is (138,192,123). Sum of RGB (Red+Green+Blue) = 138+192+123=453 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.46% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC07B is #753F84. Grayscale: #A8A8A8. Windows color (decimal): -7683973 or 8110218. OLE color: 8110218.

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

Color convert

RGB 138 192 123 -
CMYK 0.28 0 0.36 0.25
HSL 106.96º 0.35% 0.62% -
HSV(B) 106.96º 0.36% 0.75% -
XYZ 32.91 44.53 25.6 -
YUV 167.99 102.61 106.61 -
System Red Green Blue C M Y K H S L
Decimal 138 192 123 0.28 0 0.36 0.25 106.96 0.35 0.62
Hex 8A C0 7B 1C 0 24 19 6B 23 3E
Octal 212 300 173 34 0 44 31 153 43 76
Binary 10001010 11000000 1111011 11100 0 100100 11001 1101011 100011 111110

Color Harmonies of #8AC07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC07B

Black with #8AC07B

Text Example


Text Example

White with #8AC07B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,192,123); }

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

background-color css

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

 a { background-color: rgb(138,192,123); }

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

border-color css

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

 span { border-color: rgb(138,192,123); }

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