Html Css Color HEX #93AF39 Limerick

📋 copy color: '#93AF39'

red 147 ◦ green 175 ◦ blue 57

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

Shades of Limerick #93AF39

Tints of Limerick #93AF39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.04%

R = 38.79%
G = 46.17%
B = 15.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#93AF39 (or 0x93AF39) is known color: Limerick. HEX triplet: 93, AF and 39. RGB value is (147,175,57). Sum of RGB (Red+Green+Blue) = 147+175+57=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 57 (22.66% from 255 or 15.04% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AF39 is #6C50C6. Grayscale: #999999. Windows color (decimal): -7098567 or 3780499. OLE color: 3780499.

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

Color convert

RGB 147 175 57 -
CMYK 0.16 0 0.67 0.31
HSL 74.24º 0.51% 0.45% -
HSV(B) 74.24º 0.67% 0.69% -
XYZ 28.1 37.16 9.56 -
YUV 153.18 73.72 123.59 -
System Red Green Blue C M Y K H S L
Decimal 147 175 57 0.16 0 0.67 0.31 74.24 0.51 0.45
Hex 93 AF 39 10 0 43 1F 4A 33 2D
Octal 223 257 71 20 0 103 37 112 63 55
Binary 10010011 10101111 111001 10000 0 1000011 11111 1001010 110011 101101

Color Harmonies of #93AF39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AF39

Black with #93AF39

Text Example


Text Example

White with #93AF39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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