Html Css Color HEX #8AB427 Limerick

📋 copy color: '#8AB427'

red 138 ◦ green 180 ◦ blue 39

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

Shades of Limerick #8AB427

Tints of Limerick #8AB427

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.42%

 BLUE value IS 39 (15.63% from 255) = 10.92%

R = 38.66%
G = 50.42%
B = 10.92%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#8AB427 (or 0x8AB427) is known color: Limerick. HEX triplet: 8A, B4 and 27. RGB value is (138,180,39). Sum of RGB (Red+Green+Blue) = 138+180+39=357 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.66% from 357); Green value is 180 (70.70% from 255 or 50.42% from 357); Blue value is 39 (15.62% from 255 or 10.92% from 357); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB427 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB427 is #754BD8. Grayscale: #979797. Windows color (decimal): -7687129 or 2602122. OLE color: 2602122.

HSL color Cylindrical-coordinate representation of color #8AB427: hue angle of 77.87º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8AB427 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 138 180 39 -
CMYK 0.23 0 0.78 0.29
HSL 77.87º 0.64% 0.43% -
HSV(B) 77.87º 0.78% 0.71% -
XYZ 27.17 38.19 7.86 -
YUV 151.37 64.59 118.46 -
System Red Green Blue C M Y K H S L
Decimal 138 180 39 0.23 0 0.78 0.29 77.87 0.64 0.43
Hex 8A B4 27 17 0 4E 1D 4E 40 2B
Octal 212 264 47 27 0 116 35 116 100 53
Binary 10001010 10110100 100111 10111 0 1001110 11101 1001110 1000000 101011

Color Harmonies of #8AB427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB427

Black with #8AB427

Text Example


Text Example

White with #8AB427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,180,39); }

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

background-color css

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

 a { background-color: rgb(138,180,39); }

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

border-color css

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

 span { border-color: rgb(138,180,39); }

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