Html Css Color HEX #8AB13D Limerick

📋 copy color: '#8AB13D'

red 138 ◦ green 177 ◦ blue 61

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

Shades of Limerick #8AB13D

Tints of Limerick #8AB13D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.07%

 BLUE value IS 61 (24.22% from 255) = 16.22%

R = 36.7%
G = 47.07%
B = 16.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#8AB13D (or 0x8AB13D) is known color: Limerick. HEX triplet: 8A, B1 and 3D. RGB value is (138,177,61). Sum of RGB (Red+Green+Blue) = 138+177+61=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 177 (69.53% from 255 or 47.07% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB13D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AB13D is #754EC2. Grayscale: #989898. Windows color (decimal): -7687875 or 4043146. OLE color: 4043146.

HSL color Cylindrical-coordinate representation of color #8AB13D: hue angle of 80.17º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8AB13D is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 138 177 61 -
CMYK 0.22 0 0.66 0.31
HSL 80.17º 0.49% 0.47% -
HSV(B) 80.17º 0.66% 0.69% -
XYZ 27.05 37.18 10.17 -
YUV 152.12 76.58 117.93 -
System Red Green Blue C M Y K H S L
Decimal 138 177 61 0.22 0 0.66 0.31 80.17 0.49 0.47
Hex 8A B1 3D 16 0 42 1F 50 31 2F
Octal 212 261 75 26 0 102 37 120 61 57
Binary 10001010 10110001 111101 10110 0 1000010 11111 1010000 110001 101111

Color Harmonies of #8AB13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB13D

Black with #8AB13D

Text Example


Text Example

White with #8AB13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,177,61); }

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

background-color css

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

 a { background-color: rgb(138,177,61); }

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

border-color css

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

 span { border-color: rgb(138,177,61); }

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