#8ADF30

Color #8ADF30 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #8ADF30

Tints of Yellow Green #8ADF30

Color information

#8ADF30 (or 0x8ADF30) is unknown color: approx Yellow Green. HEX triplet: 8A, DF and 30. RGB value is (138,223,48). Sum of RGB (Red+Green+Blue) = 138+223+48=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 223 (87.5% from 255 or 54.52% from 409); Blue value is 48 (19.14% from 255 or 11.74% from 409); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADF30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADF30 is #7520CF. Grayscale: #B2B2B2. Windows color (decimal): -7676112 or 3202954. OLE color: 3202954.

HSL color Cylindrical-coordinate representation of color #8ADF30: hue angle of 89.14º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8ADF30 is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB13822348-
CMYK0.3800.780.13
HSL89.14º73.22%53.14%-
HSV(B)89.14º78.48%87.45%-
XYZ37.458.3912.1-
YUV177.6454.8499.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.74%
GREEN value IS 223 (87.5% from 255) = 54.52%
BLUE value IS 48 (19.14% from 255) = 11.74%
R=33.74%
G=54.52%
B=11.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal138223480.3800.780.1389.1473.2253.14
Hex8ADF302604ED594935
Octal212337604601161513111165
Binary100010101101111111000010011001001110110110110011001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8ADF30;
 }
 .AnyTagClassName
 {
   color: #8ADF30;
 }
</style>
background-color css

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

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

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

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

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

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