Html Css Color HEX #8ABF30 Yellow Green

📋 copy color: '#8ABF30'

red 138 ◦ green 191 ◦ blue 48

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

Shades of Yellow Green #8ABF30

Tints of Yellow Green #8ABF30

RGB

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

 GREEN value IS 191 (75% from 255) = 50.66%

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

R = 36.6%
G = 50.66%
B = 12.73%

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

#8ABF30 (or 0x8ABF30) is known color: Yellow Green. HEX triplet: 8A, BF and 30. RGB value is (138,191,48). Sum of RGB (Red+Green+Blue) = 138+191+48=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 191 (75% from 255 or 50.66% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 191 - color contains mainly: green. Hex color #8ABF30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABF30 is #7540CF. Grayscale: #9F9F9F. Windows color (decimal): -7684304 or 3194762. OLE color: 3194762.

HSL color Cylindrical-coordinate representation of color #8ABF30: hue angle of 82.24º 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 #8ABF30 is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 191 48 -
CMYK 0.28 0 0.75 0.25
HSL 82.24º 0.6% 0.47% -
HSV(B) 82.24º 0.75% 0.75% -
XYZ 29.65 42.88 9.51 -
YUV 158.85 65.44 113.13 -
System Red Green Blue C M Y K H S L
Decimal 138 191 48 0.28 0 0.75 0.25 82.24 0.6 0.47
Hex 8A BF 30 1C 0 4B 19 52 3C 2F
Octal 212 277 60 34 0 113 31 122 74 57
Binary 10001010 10111111 110000 11100 0 1001011 11001 1010010 111100 101111

Color Harmonies of #8ABF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABF30

Black with #8ABF30

Text Example


Text Example

White with #8ABF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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