#8AFB52

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

Shades of Screamin' Green #8AFB52

Tints of Screamin' Green #8AFB52

Color information

#8AFB52 (or 0x8AFB52) is unknown color: approx Screamin' Green. HEX triplet: 8A, FB and 52. RGB value is (138,251,82). Sum of RGB (Red+Green+Blue) = 138+251+82=471 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.30% from 471); Green value is 251 (98.44% from 255 or 53.29% from 471); Blue value is 82 (32.42% from 255 or 17.41% from 471); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFB52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AFB52 is #7504AD. Grayscale: #C6C6C6. Windows color (decimal): -7668910 or 5438346. OLE color: 5438346.

HSL color Cylindrical-coordinate representation of color #8AFB52: hue angle of 100.12º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8AFB52 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB13825182-
CMYK0.4500.670.02
HSL100.12º95.48%65.29%-
HSV(B)100.12º67.33%98.43%-
XYZ46.575.0120.01-
YUV197.9562.5685.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.30%
GREEN value IS 251 (98.44% from 255) = 53.29%
BLUE value IS 82 (32.42% from 255) = 17.41%
R=29.30%
G=53.29%
B=17.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal138251820.4500.670.02100.1295.4865.29
Hex8AFB522D0432645f41
Octal2123731225501032144137101
Binary100010101111101110100101011010100001110110010010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,251,82); }

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

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

 a { background-color: rgb(138,251,82); }

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

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

 span { border-color: rgb(138,251,82); }

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