Html Css Color HEX #8ACB30 Yellow Green

📋 copy color: '#8ACB30'

red 138 ◦ green 203 ◦ blue 48

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

Shades of Yellow Green #8ACB30

Tints of Yellow Green #8ACB30

RGB

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

 GREEN value IS 203 (79.69% from 255) = 52.19%

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

R = 35.48%
G = 52.19%
B = 12.34%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#8ACB30 (or 0x8ACB30) is known color: Yellow Green. HEX triplet: 8A, CB and 30. RGB value is (138,203,48). Sum of RGB (Red+Green+Blue) = 138+203+48=389 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.48% from 389); Green value is 203 (79.69% from 255 or 52.19% from 389); Blue value is 48 (19.14% from 255 or 12.34% from 389); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACB30 is #7534CF. Grayscale: #A6A6A6. Windows color (decimal): -7681232 or 3197834. OLE color: 3197834.

HSL color Cylindrical-coordinate representation of color #8ACB30: hue angle of 85.16º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8ACB30 is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 203 48 -
CMYK 0.32 0 0.76 0.20
HSL 85.16º 0.62% 0.49% -
HSV(B) 85.16º 0.76% 0.8% -
XYZ 32.37 48.33 10.42 -
YUV 165.9 61.47 108.1 -
System Red Green Blue C M Y K H S L
Decimal 138 203 48 0.32 0 0.76 0.20 85.16 0.62 0.49
Hex 8A CB 30 20 0 4C 14 55 3E 31
Octal 212 313 60 40 0 114 24 125 76 61
Binary 10001010 11001011 110000 100000 0 1001100 10100 1010101 111110 110001

Color Harmonies of #8ACB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACB30

Black with #8ACB30

Text Example


Text Example

White with #8ACB30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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