Html Css Color HEX #8AC030 Yellow Green

📋 copy color: '#8AC030'

red 138 ◦ green 192 ◦ blue 48

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

Shades of Yellow Green #8AC030

Tints of Yellow Green #8AC030

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.79%

 BLUE value IS 48 (19.14% from 255) = 12.7%

R = 36.51%
G = 50.79%
B = 12.7%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#8AC030 (or 0x8AC030) is known color: Yellow Green. HEX triplet: 8A, C0 and 30. RGB value is (138,192,48). Sum of RGB (Red+Green+Blue) = 138+192+48=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC030 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC030 is #753FCF. Grayscale: #9F9F9F. Windows color (decimal): -7684048 or 3195018. OLE color: 3195018.

HSL color Cylindrical-coordinate representation of color #8AC030: hue angle of 82.5º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8AC030 is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 192 48 -
CMYK 0.28 0 0.75 0.25
HSL 82.5º 0.6% 0.47% -
HSV(B) 82.5º 0.75% 0.75% -
XYZ 29.86 43.32 9.58 -
YUV 159.44 65.11 112.71 -
System Red Green Blue C M Y K H S L
Decimal 138 192 48 0.28 0 0.75 0.25 82.5 0.6 0.47
Hex 8A C0 30 1C 0 4B 19 52 3C 2F
Octal 212 300 60 34 0 113 31 122 74 57
Binary 10001010 11000000 110000 11100 0 1001011 11001 1010010 111100 101111

Color Harmonies of #8AC030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC030

Black with #8AC030

Text Example


Text Example

White with #8AC030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,192,48); }

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

background-color css

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

 a { background-color: rgb(138,192,48); }

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

border-color css

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

 span { border-color: rgb(138,192,48); }

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