Html Css Color HEX #8AC694 De York

📋 copy color: '#8AC694'

red 138 ◦ green 198 ◦ blue 148

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

Shades of De York #8AC694

Tints of De York #8AC694

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.91%

 BLUE value IS 148 (58.2% from 255) = 30.58%

R = 28.51%
G = 40.91%
B = 30.58%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#8AC694 (or 0x8AC694) is known color: De York. HEX triplet: 8A, C6 and 94. RGB value is (138,198,148). Sum of RGB (Red+Green+Blue) = 138+198+148=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 198 - color contains mainly: green. Hex color #8AC694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC694 is #75396B. Grayscale: #AEAEAE. Windows color (decimal): -7682412 or 9750154. OLE color: 9750154.

HSL color Cylindrical-coordinate representation of color #8AC694: hue angle of 130º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AC694 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 138 198 148 -
CMYK 0.30 0 0.25 0.22
HSL 130º 0.34% 0.66% -
HSV(B) 130º 0.3% 0.78% -
XYZ 36.02 47.93 35.37 -
YUV 174.36 113.12 102.07 -
System Red Green Blue C M Y K H S L
Decimal 138 198 148 0.30 0 0.25 0.22 130 0.34 0.66
Hex 8A C6 94 1E 0 19 16 82 22 42
Octal 212 306 224 36 0 31 26 202 42 102
Binary 10001010 11000110 10010100 11110 0 11001 10110 10000010 100010 1000010

Color Harmonies of #8AC694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC694

Black with #8AC694

Text Example


Text Example

White with #8AC694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,198,148); }

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

background-color css

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

 a { background-color: rgb(138,198,148); }

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

border-color css

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

 span { border-color: rgb(138,198,148); }

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