#8CAF23

Color #8CAF23 Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #8CAF23

Tints of Limerick #8CAF23

Color information

#8CAF23 (or 0x8CAF23) is unknown color: approx Limerick. HEX triplet: 8C, AF and 23. RGB value is (140,175,35). Sum of RGB (Red+Green+Blue) = 140+175+35=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 35 (14.06% from 255 or 10% from 350); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAF23 is #7350DC. Grayscale: #959595. Windows color (decimal): -7557341 or 2338700. OLE color: 2338700.

HSL color Cylindrical-coordinate representation of color #8CAF23: hue angle of 75º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8CAF23 is Cyan = 0.2, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.31.

Color convert

RGB14017535-
CMYK0.200.80.31
HSL75º66.67%41.18%-
HSV(B)75º80%68.63%-
XYZ26.4536.367.21-
YUV148.5763.9121.88-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40%
GREEN value IS 175 (68.75% from 255) = 50%
BLUE value IS 35 (14.06% from 255) = 10%
R=40%
G=50%
B=10%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal140175350.200.80.317566.6741.18
Hex8CAF23140501F4b4329
Octal214257432401203711310351
Binary100011001010111110001110100010100001111110010111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAF23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CAF23; }

 p { color: rgb(140,175,35); }

 H1.HeaderClassName
 {
   color: #8CAF23;
 }
 .AnyTagClassName
 {
   color: #8CAF23;
 }
</style>
background-color css

<style>
 a { background-color: #8CAF23; }

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

 div.DivClassName
 {
   background-color: #8CAF23;
 }
 .BgClassName
 {
   background-color: #8CAF23;
 }
</style>
border-color css

<style>
 span { border-color: #8CAF23; }

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

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