Html Css Color HEX #8AAF23 Limerick

📋 copy color: '#8AAF23'

red 138 ◦ green 175 ◦ blue 35

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

Shades of Limerick #8AAF23

Tints of Limerick #8AAF23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.06%

R = 39.66%
G = 50.29%
B = 10.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.8

 K value IS 0.31

RGB Variations

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

Color information

#8AAF23 (or 0x8AAF23) is known color: Limerick. HEX triplet: 8A, AF and 23. RGB value is (138,175,35). Sum of RGB (Red+Green+Blue) = 138+175+35=348 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.66% from 348); Green value is 175 (68.75% from 255 or 50.29% from 348); Blue value is 35 (14.06% from 255 or 10.06% from 348); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAF23 is #7550DC. Grayscale: #949494. Windows color (decimal): -7688413 or 2338698. OLE color: 2338698.

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

Color convert

RGB 138 175 35 -
CMYK 0.21 0 0.8 0.31
HSL 75.86º 0.67% 0.41% -
HSV(B) 75.86º 0.8% 0.69% -
XYZ 26.11 36.18 7.2 -
YUV 147.98 64.24 120.88 -
System Red Green Blue C M Y K H S L
Decimal 138 175 35 0.21 0 0.8 0.31 75.86 0.67 0.41
Hex 8A AF 23 15 0 50 1F 4C 43 29
Octal 212 257 43 25 0 120 37 114 103 51
Binary 10001010 10101111 100011 10101 0 1010000 11111 1001100 1000011 101001

Color Harmonies of #8AAF23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAF23

Black with #8AAF23

Text Example


Text Example

White with #8AAF23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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