Html Css Color HEX #93AF93 Dark Sea Green

📋 copy color: '#93AF93'

red 147 ◦ green 175 ◦ blue 147

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

Shades of Dark Sea Green #93AF93

Tints of Dark Sea Green #93AF93

RGB

 RED value IS 147 (57.81% from 255) = 31.34%

 GREEN value IS 175 (68.75% from 255) = 37.31%

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

R = 31.34%
G = 37.31%
B = 31.34%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#93AF93 (or 0x93AF93) is known color: Dark Sea Green. HEX triplet: 93, AF and 93. RGB value is (147,175,147). Sum of RGB (Red+Green+Blue) = 147+175+147=469 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.34% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AF93 is #6C506C. Grayscale: #A3A3A3. Windows color (decimal): -7098477 or 9678739. OLE color: 9678739.

HSL color Cylindrical-coordinate representation of color #93AF93: hue angle of 120º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #93AF93 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 147 175 147 -
CMYK 0.16 0 0.16 0.31
HSL 120º 0.15% 0.63% -
HSV(B) 120º 0.16% 0.69% -
XYZ 32.63 38.97 33.41 -
YUV 163.44 118.72 116.28 -
System Red Green Blue C M Y K H S L
Decimal 147 175 147 0.16 0 0.16 0.31 120 0.15 0.63
Hex 93 AF 93 10 0 10 1F 78 F 3F
Octal 223 257 223 20 0 20 37 170 17 77
Binary 10010011 10101111 10010011 10000 0 10000 11111 1111000 1111 111111

Color Harmonies of #93AF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AF93

Black with #93AF93

Text Example


Text Example

White with #93AF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93AF93; }

 p { color: rgb(147,175,147); }

 H1.HeaderClassName
 {
   color: #93AF93;
 }
 .AnyTagClassName
 {
   color: #93AF93;
 }
</style>

background-color css

<style>
 a { background-color: #93AF93; }

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

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

border-color css

<style>
 span { border-color: #93AF93; }

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

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