Html Css Color HEX #8AAE3C Limerick

📋 copy color: '#8AAE3C'

red 138 ◦ green 174 ◦ blue 60

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

Shades of Limerick #8AAE3C

Tints of Limerick #8AAE3C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 46.77%

 BLUE value IS 60 (23.83% from 255) = 16.13%

R = 37.1%
G = 46.77%
B = 16.13%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#8AAE3C (or 0x8AAE3C) is known color: Limerick. HEX triplet: 8A, AE and 3C. RGB value is (138,174,60). Sum of RGB (Red+Green+Blue) = 138+174+60=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 174 (68.36% from 255 or 46.77% from 372); Blue value is 60 (23.83% from 255 or 16.13% from 372); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAE3C is #7551C3. Grayscale: #969696. Windows color (decimal): -7688644 or 3976842. OLE color: 3976842.

HSL color Cylindrical-coordinate representation of color #8AAE3C: hue angle of 78.95º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8AAE3C is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 138 174 60 -
CMYK 0.21 0 0.66 0.32
HSL 78.95º 0.49% 0.46% -
HSV(B) 78.95º 0.66% 0.68% -
XYZ 26.43 36 9.83 -
YUV 150.24 77.07 119.27 -
System Red Green Blue C M Y K H S L
Decimal 138 174 60 0.21 0 0.66 0.32 78.95 0.49 0.46
Hex 8A AE 3C 15 0 42 20 4F 31 2E
Octal 212 256 74 25 0 102 40 117 61 56
Binary 10001010 10101110 111100 10101 0 1000010 100000 1001111 110001 101110

Color Harmonies of #8AAE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAE3C

Black with #8AAE3C

Text Example


Text Example

White with #8AAE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,174,60); }

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

background-color css

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

 a { background-color: rgb(138,174,60); }

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

border-color css

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

 span { border-color: rgb(138,174,60); }

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