Html Css Color HEX #93AF26 Limerick

📋 copy color: '#93AF26'

red 147 ◦ green 175 ◦ blue 38

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

Shades of Limerick #93AF26

Tints of Limerick #93AF26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.56%

R = 40.83%
G = 48.61%
B = 10.56%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#93AF26 (or 0x93AF26) is known color: Limerick. HEX triplet: 93, AF and 26. RGB value is (147,175,38). Sum of RGB (Red+Green+Blue) = 147+175+38=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 175 (68.75% from 255 or 48.61% from 360); Blue value is 38 (15.23% from 255 or 10.56% from 360); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AF26 is #6C50D9. Grayscale: #979797. Windows color (decimal): -7098586 or 2535315. OLE color: 2535315.

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

Color convert

RGB 147 175 38 -
CMYK 0.16 0 0.78 0.31
HSL 72.26º 0.64% 0.42% -
HSV(B) 72.26º 0.78% 0.69% -
XYZ 27.71 37 7.52 -
YUV 151.01 64.22 125.14 -
System Red Green Blue C M Y K H S L
Decimal 147 175 38 0.16 0 0.78 0.31 72.26 0.64 0.42
Hex 93 AF 26 10 0 4E 1F 48 40 2A
Octal 223 257 46 20 0 116 37 110 100 52
Binary 10010011 10101111 100110 10000 0 1001110 11111 1001000 1000000 101010

Color Harmonies of #93AF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AF26

Black with #93AF26

Text Example


Text Example

White with #93AF26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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