Html Css Color HEX #8AC123 Limerick

📋 copy color: '#8AC123'

red 138 ◦ green 193 ◦ blue 35

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

Shades of Limerick #8AC123

Tints of Limerick #8AC123

RGB

 RED value IS 138 (54.3% from 255) = 37.7%

 GREEN value IS 193 (75.78% from 255) = 52.73%

 BLUE value IS 35 (14.06% from 255) = 9.56%

R = 37.7%
G = 52.73%
B = 9.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#8AC123 (or 0x8AC123) is known color: Limerick. HEX triplet: 8A, C1 and 23. RGB value is (138,193,35). Sum of RGB (Red+Green+Blue) = 138+193+35=366 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.70% from 366); Green value is 193 (75.78% from 255 or 52.73% from 366); Blue value is 35 (14.06% from 255 or 9.56% from 366); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC123 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC123 is #753EDC. Grayscale: #9F9F9F. Windows color (decimal): -7683805 or 2343306. OLE color: 2343306.

HSL color Cylindrical-coordinate representation of color #8AC123: hue angle of 80.89º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8AC123 is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 138 193 35 -
CMYK 0.28 0 0.82 0.24
HSL 80.89º 0.69% 0.45% -
HSV(B) 80.89º 0.82% 0.76% -
XYZ 29.85 43.66 8.44 -
YUV 158.54 58.28 113.35 -
System Red Green Blue C M Y K H S L
Decimal 138 193 35 0.28 0 0.82 0.24 80.89 0.69 0.45
Hex 8A C1 23 1C 0 52 18 51 45 2D
Octal 212 301 43 34 0 122 30 121 105 55
Binary 10001010 11000001 100011 11100 0 1010010 11000 1010001 1000101 101101

Color Harmonies of #8AC123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC123

Black with #8AC123

Text Example


Text Example

White with #8AC123

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,193,35); }

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

background-color css

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

 a { background-color: rgb(138,193,35); }

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

border-color css

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

 span { border-color: rgb(138,193,35); }

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