Html Css Color HEX #93AF34 Limerick

📋 copy color: '#93AF34'

red 147 ◦ green 175 ◦ blue 52

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

Shades of Limerick #93AF34

Tints of Limerick #93AF34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.9%

R = 39.3%
G = 46.79%
B = 13.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#93AF34 (or 0x93AF34) is known color: Limerick. HEX triplet: 93, AF and 34. RGB value is (147,175,52). Sum of RGB (Red+Green+Blue) = 147+175+52=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AF34 is #6C50CB. Grayscale: #999999. Windows color (decimal): -7098572 or 3452819. OLE color: 3452819.

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

Color convert

RGB 147 175 52 -
CMYK 0.16 0 0.70 0.31
HSL 73.66º 0.54% 0.45% -
HSV(B) 73.66º 0.7% 0.69% -
XYZ 27.98 37.11 8.94 -
YUV 152.61 71.22 124 -
System Red Green Blue C M Y K H S L
Decimal 147 175 52 0.16 0 0.70 0.31 73.66 0.54 0.45
Hex 93 AF 34 10 0 46 1F 4A 36 2D
Octal 223 257 64 20 0 106 37 112 66 55
Binary 10010011 10101111 110100 10000 0 1000110 11111 1001010 110110 101101

Color Harmonies of #93AF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AF34

Black with #93AF34

Text Example


Text Example

White with #93AF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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