Html Css Color HEX #85AC1E Limerick

📋 copy color: '#85AC1E'

red 133 ◦ green 172 ◦ blue 30

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

Shades of Limerick #85AC1E

Tints of Limerick #85AC1E

RGB

 RED value IS 133 (52.34% from 255) = 39.7%

 GREEN value IS 172 (67.58% from 255) = 51.34%

 BLUE value IS 30 (12.11% from 255) = 8.96%

R = 39.7%
G = 51.34%
B = 8.96%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#85AC1E (or 0x85AC1E) is known color: Limerick. HEX triplet: 85, AC and 1E. RGB value is (133,172,30). Sum of RGB (Red+Green+Blue) = 133+172+30=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 172 (67.58% from 255 or 51.34% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AC1E is #7A53E1. Grayscale: #909090. Windows color (decimal): -8016866 or 2010245. OLE color: 2010245.

HSL color Cylindrical-coordinate representation of color #85AC1E: hue angle of 76.48º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85AC1E is Cyan = 0.23, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 172 30 -
CMYK 0.23 0 0.83 0.33
HSL 76.48º 0.7% 0.4% -
HSV(B) 76.48º 0.83% 0.67% -
XYZ 24.66 34.59 6.6 -
YUV 144.15 63.58 120.05 -
System Red Green Blue C M Y K H S L
Decimal 133 172 30 0.23 0 0.83 0.33 76.48 0.7 0.4
Hex 85 AC 1E 17 0 53 21 4C 46 28
Octal 205 254 36 27 0 123 41 114 106 50
Binary 10000101 10101100 11110 10111 0 1010011 100001 1001100 1000110 101000

Color Harmonies of #85AC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AC1E

Black with #85AC1E

Text Example


Text Example

White with #85AC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85AC1E; }

 p { color: rgb(133,172,30); }

 H1.HeaderClassName
 {
   color: #85AC1E;
 }
 .AnyTagClassName
 {
   color: #85AC1E;
 }
</style>

background-color css

<style>
 a { background-color: #85AC1E; }

 a { background-color: rgb(133,172,30); }

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

border-color css

<style>
 span { border-color: #85AC1E; }

 span { border-color: rgb(133,172,30); }

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