Html Css Color HEX #8AC023 Limerick

📋 copy color: '#8AC023'

red 138 ◦ green 192 ◦ blue 35

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

Shades of Limerick #8AC023

Tints of Limerick #8AC023

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.6%

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

R = 37.81%
G = 52.6%
B = 9.59%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#8AC023 (or 0x8AC023) is known color: Limerick. HEX triplet: 8A, C0 and 23. RGB value is (138,192,35). Sum of RGB (Red+Green+Blue) = 138+192+35=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 35 (14.06% from 255 or 9.59% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC023 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC023 is #753FDC. Grayscale: #9E9E9E. Windows color (decimal): -7684061 or 2343050. OLE color: 2343050.

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

Color convert

RGB 138 192 35 -
CMYK 0.28 0 0.82 0.25
HSL 80.64º 0.69% 0.45% -
HSV(B) 80.64º 0.82% 0.75% -
XYZ 29.63 43.22 8.37 -
YUV 157.96 58.61 113.77 -
System Red Green Blue C M Y K H S L
Decimal 138 192 35 0.28 0 0.82 0.25 80.64 0.69 0.45
Hex 8A C0 23 1C 0 52 19 51 45 2D
Octal 212 300 43 34 0 122 31 121 105 55
Binary 10001010 11000000 100011 11100 0 1010010 11001 1010001 1000101 101101

Color Harmonies of #8AC023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC023

Black with #8AC023

Text Example


Text Example

White with #8AC023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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