Html Css Color HEX #8AB33D Limerick

📋 copy color: '#8AB33D'

red 138 ◦ green 179 ◦ blue 61

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

Shades of Limerick #8AB33D

Tints of Limerick #8AB33D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.35%

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

R = 36.51%
G = 47.35%
B = 16.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#8AB33D (or 0x8AB33D) is known color: Limerick. HEX triplet: 8A, B3 and 3D. RGB value is (138,179,61). Sum of RGB (Red+Green+Blue) = 138+179+61=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 179 (70.31% from 255 or 47.35% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB33D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB33D is #754CC2. Grayscale: #999999. Windows color (decimal): -7687363 or 4043658. OLE color: 4043658.

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

Color convert

RGB 138 179 61 -
CMYK 0.23 0 0.66 0.30
HSL 80.85º 0.49% 0.47% -
HSV(B) 80.85º 0.66% 0.7% -
XYZ 27.44 37.98 10.3 -
YUV 153.29 75.92 117.09 -
System Red Green Blue C M Y K H S L
Decimal 138 179 61 0.23 0 0.66 0.30 80.85 0.49 0.47
Hex 8A B3 3D 17 0 42 1E 51 31 2F
Octal 212 263 75 27 0 102 36 121 61 57
Binary 10001010 10110011 111101 10111 0 1000010 11110 1010001 110001 101111

Color Harmonies of #8AB33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB33D

Black with #8AB33D

Text Example


Text Example

White with #8AB33D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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