#8AFD65

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

Shades of Screamin' Green #8AFD65

Tints of Screamin' Green #8AFD65

Color information

#8AFD65 (or 0x8AFD65) is unknown color: approx Screamin' Green. HEX triplet: 8A, FD and 65. RGB value is (138,253,101). Sum of RGB (Red+Green+Blue) = 138+253+101=492 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.05% from 492); Green value is 253 (99.22% from 255 or 51.42% from 492); Blue value is 101 (39.84% from 255 or 20.53% from 492); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFD65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AFD65 is #75029A. Grayscale: #C9C9C9. Windows color (decimal): -7668379 or 6684042. OLE color: 6684042.

HSL color Cylindrical-coordinate representation of color #8AFD65: hue angle of 105.39º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8AFD65 is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB138253101-
CMYK0.4500.600.01
HSL105.39º97.44%69.41%-
HSV(B)105.39º60.08%99.22%-
XYZ47.9676.5924.57-
YUV201.2971.482.86-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.05%
GREEN value IS 253 (99.22% from 255) = 51.42%
BLUE value IS 101 (39.84% from 255) = 20.53%
R=28.05%
G=51.42%
B=20.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1382531010.4500.600.01105.3997.4469.41
Hex8AFD652D03C1696145
Octal212375145550741151141105
Binary1000101011111101110010110110101111001110100111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,253,101); }

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

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

 a { background-color: rgb(138,253,101); }

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

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

 span { border-color: rgb(138,253,101); }

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