Html Css Color HEX #8AAF38 Limerick

📋 copy color: '#8AAF38'

red 138 ◦ green 175 ◦ blue 56

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

Shades of Limerick #8AAF38

Tints of Limerick #8AAF38

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.43%

 BLUE value IS 56 (22.27% from 255) = 15.18%

R = 37.4%
G = 47.43%
B = 15.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#8AAF38 (or 0x8AAF38) is known color: Limerick. HEX triplet: 8A, AF and 38. RGB value is (138,175,56). Sum of RGB (Red+Green+Blue) = 138+175+56=369 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.40% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 56 (22.27% from 255 or 15.18% from 369); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAF38 is #7550C7. Grayscale: #969696. Windows color (decimal): -7688392 or 3714954. OLE color: 3714954.

HSL color Cylindrical-coordinate representation of color #8AAF38: hue angle of 78.66º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8AAF38 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 138 175 56 -
CMYK 0.21 0 0.68 0.31
HSL 78.66º 0.52% 0.45% -
HSV(B) 78.66º 0.68% 0.69% -
XYZ 26.53 36.35 9.36 -
YUV 150.37 74.74 119.18 -
System Red Green Blue C M Y K H S L
Decimal 138 175 56 0.21 0 0.68 0.31 78.66 0.52 0.45
Hex 8A AF 38 15 0 44 1F 4F 34 2D
Octal 212 257 70 25 0 104 37 117 64 55
Binary 10001010 10101111 111000 10101 0 1000100 11111 1001111 110100 101101

Color Harmonies of #8AAF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAF38

Black with #8AAF38

Text Example


Text Example

White with #8AAF38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,175,56); }

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

background-color css

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

 a { background-color: rgb(138,175,56); }

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

border-color css

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

 span { border-color: rgb(138,175,56); }

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