Html Css Color HEX #8AC231 Yellow Green

📋 copy color: '#8AC231'

red 138 ◦ green 194 ◦ blue 49

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

Shades of Yellow Green #8AC231

Tints of Yellow Green #8AC231

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.92%

 BLUE value IS 49 (19.53% from 255) = 12.86%

R = 36.22%
G = 50.92%
B = 12.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#8AC231 (or 0x8AC231) is known color: Yellow Green. HEX triplet: 8A, C2 and 31. RGB value is (138,194,49). Sum of RGB (Red+Green+Blue) = 138+194+49=381 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.22% from 381); Green value is 194 (76.17% from 255 or 50.92% from 381); Blue value is 49 (19.53% from 255 or 12.86% from 381); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC231 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC231 is #753DCE. Grayscale: #A1A1A1. Windows color (decimal): -7683535 or 3261066. OLE color: 3261066.

HSL color Cylindrical-coordinate representation of color #8AC231: hue angle of 83.17º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8AC231 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 138 194 49 -
CMYK 0.29 0 0.75 0.24
HSL 83.17º 0.6% 0.48% -
HSV(B) 83.17º 0.75% 0.76% -
XYZ 30.33 44.21 9.84 -
YUV 160.73 64.95 111.79 -
System Red Green Blue C M Y K H S L
Decimal 138 194 49 0.29 0 0.75 0.24 83.17 0.6 0.48
Hex 8A C2 31 1D 0 4B 18 53 3C 30
Octal 212 302 61 35 0 113 30 123 74 60
Binary 10001010 11000010 110001 11101 0 1001011 11000 1010011 111100 110000

Color Harmonies of #8AC231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC231

Black with #8AC231

Text Example


Text Example

White with #8AC231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,194,49); }

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

background-color css

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

 a { background-color: rgb(138,194,49); }

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

border-color css

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

 span { border-color: rgb(138,194,49); }

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