Html Css Color HEX #8AB940 Yellow Green

📋 copy color: '#8AB940'

red 138 ◦ green 185 ◦ blue 64

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

Shades of Yellow Green #8AB940

Tints of Yellow Green #8AB940

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.8%

 BLUE value IS 64 (25.39% from 255) = 16.54%

R = 35.66%
G = 47.8%
B = 16.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#8AB940 (or 0x8AB940) is known color: Yellow Green. HEX triplet: 8A, B9 and 40. RGB value is (138,185,64). Sum of RGB (Red+Green+Blue) = 138+185+64=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 185 (72.66% from 255 or 47.80% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB940 is #7546BF. Grayscale: #9D9D9D. Windows color (decimal): -7685824 or 4241802. OLE color: 4241802.

HSL color Cylindrical-coordinate representation of color #8AB940: hue angle of 83.31º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8AB940 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 185 64 -
CMYK 0.25 0 0.65 0.27
HSL 83.31º 0.49% 0.49% -
HSV(B) 83.31º 0.65% 0.73% -
XYZ 28.76 40.47 11.15 -
YUV 157.15 75.43 114.34 -
System Red Green Blue C M Y K H S L
Decimal 138 185 64 0.25 0 0.65 0.27 83.31 0.49 0.49
Hex 8A B9 40 19 0 41 1B 53 31 31
Octal 212 271 100 31 0 101 33 123 61 61
Binary 10001010 10111001 1000000 11001 0 1000001 11011 1010011 110001 110001

Color Harmonies of #8AB940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB940

Black with #8AB940

Text Example


Text Example

White with #8AB940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,185,64); }

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

background-color css

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

 a { background-color: rgb(138,185,64); }

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

border-color css

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

 span { border-color: rgb(138,185,64); }

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