Html Css Color HEX #8AFC5D Screamin' Green

📋 copy color: '#8AFC5D'

red 138 ◦ green 252 ◦ blue 93

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

Shades of Screamin' Green #8AFC5D

Tints of Screamin' Green #8AFC5D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 52.17%

 BLUE value IS 93 (36.72% from 255) = 19.25%

R = 28.57%
G = 52.17%
B = 19.25%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#8AFC5D (or 0x8AFC5D) is known color: Screamin' Green. HEX triplet: 8A, FC and 5D. RGB value is (138,252,93). Sum of RGB (Red+Green+Blue) = 138+252+93=483 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.57% from 483); Green value is 252 (98.83% from 255 or 52.17% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFC5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AFC5D is #7503A2. Grayscale: #C8C8C8. Windows color (decimal): -7668643 or 6159498. OLE color: 6159498.

HSL color Cylindrical-coordinate representation of color #8AFC5D: hue angle of 103.02º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8AFC5D is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 138 252 93 -
CMYK 0.45 0 0.63 0.01
HSL 103.02º 0.96% 0.68% -
HSV(B) 103.02º 0.63% 0.99% -
XYZ 47.27 75.81 22.5 -
YUV 199.79 67.73 83.93 -
System Red Green Blue C M Y K H S L
Decimal 138 252 93 0.45 0 0.63 0.01 103.02 0.96 0.68
Hex 8A FC 5D 2D 0 3F 1 67 60 44
Octal 212 374 135 55 0 77 1 147 140 104
Binary 10001010 11111100 1011101 101101 0 111111 1 1100111 1100000 1000100

Color Harmonies of #8AFC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFC5D

Black with #8AFC5D

Text Example


Text Example

White with #8AFC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,252,93); }

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

background-color css

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

 a { background-color: rgb(138,252,93); }

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

border-color css

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

 span { border-color: rgb(138,252,93); }

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