Html Css Color HEX #8CA430 Limerick

📋 copy color: '#8CA430'

red 140 ◦ green 164 ◦ blue 48

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

Shades of Limerick #8CA430

Tints of Limerick #8CA430

RGB

 RED value IS 140 (55.08% from 255) = 39.77%

 GREEN value IS 164 (64.45% from 255) = 46.59%

 BLUE value IS 48 (19.14% from 255) = 13.64%

R = 39.77%
G = 46.59%
B = 13.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#8CA430 (or 0x8CA430) is known color: Limerick. HEX triplet: 8C, A4 and 30. RGB value is (140,164,48). Sum of RGB (Red+Green+Blue) = 140+164+48=352 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.77% from 352); Green value is 164 (64.45% from 255 or 46.59% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 164 - color contains mainly: green. Hex color #8CA430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA430 is #735BCF. Grayscale: #909090. Windows color (decimal): -7560144 or 3187852. OLE color: 3187852.

HSL color Cylindrical-coordinate representation of color #8CA430: hue angle of 72.41º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8CA430 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 140 164 48 -
CMYK 0.15 0 0.71 0.36
HSL 72.41º 0.55% 0.42% -
HSV(B) 72.41º 0.71% 0.64% -
XYZ 24.62 32.34 7.74 -
YUV 143.6 74.05 125.43 -
System Red Green Blue C M Y K H S L
Decimal 140 164 48 0.15 0 0.71 0.36 72.41 0.55 0.42
Hex 8C A4 30 F 0 47 24 48 37 2A
Octal 214 244 60 17 0 107 44 110 67 52
Binary 10001100 10100100 110000 1111 0 1000111 100100 1001000 110111 101010

Color Harmonies of #8CA430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA430

Black with #8CA430

Text Example


Text Example

White with #8CA430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,164,48); }

 H1.HeaderClassName
 {
   color: #8CA430;
 }
 .AnyTagClassName
 {
   color: #8CA430;
 }
</style>

background-color css

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

 a { background-color: rgb(140,164,48); }

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

border-color css

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

 span { border-color: rgb(140,164,48); }

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