Html Css Color HEX #8ACF93 De York

📋 copy color: '#8ACF93'

red 138 ◦ green 207 ◦ blue 147

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

Shades of De York #8ACF93

Tints of De York #8ACF93

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.07%

 BLUE value IS 147 (57.81% from 255) = 29.88%

R = 28.05%
G = 42.07%
B = 29.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#8ACF93 (or 0x8ACF93) is known color: De York. HEX triplet: 8A, CF and 93. RGB value is (138,207,147). Sum of RGB (Red+Green+Blue) = 138+207+147=492 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.05% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACF93 is #75306C. Grayscale: #B3B3B3. Windows color (decimal): -7680109 or 9686922. OLE color: 9686922.

HSL color Cylindrical-coordinate representation of color #8ACF93: hue angle of 127.83º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACF93 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 207 147 -
CMYK 0.33 0 0.29 0.19
HSL 127.83º 0.42% 0.68% -
HSV(B) 127.83º 0.33% 0.81% -
XYZ 38.06 52.14 35.66 -
YUV 179.53 109.64 98.38 -
System Red Green Blue C M Y K H S L
Decimal 138 207 147 0.33 0 0.29 0.19 127.83 0.42 0.68
Hex 8A CF 93 21 0 1D 13 80 2A 44
Octal 212 317 223 41 0 35 23 200 52 104
Binary 10001010 11001111 10010011 100001 0 11101 10011 10000000 101010 1000100

Color Harmonies of #8ACF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACF93

Black with #8ACF93

Text Example


Text Example

White with #8ACF93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,207,147); }

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

background-color css

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

 a { background-color: rgb(138,207,147); }

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

border-color css

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

 span { border-color: rgb(138,207,147); }

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