Html Css Color HEX #8AFC60 Screamin' Green

📋 copy color: '#8AFC60'

red 138 ◦ green 252 ◦ blue 96

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

Shades of Screamin' Green #8AFC60

Tints of Screamin' Green #8AFC60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.75%

R = 28.4%
G = 51.85%
B = 19.75%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#8AFC60 (or 0x8AFC60) is known color: Screamin' Green. HEX triplet: 8A, FC and 60. RGB value is (138,252,96). Sum of RGB (Red+Green+Blue) = 138+252+96=486 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.40% from 486); Green value is 252 (98.83% from 255 or 51.85% from 486); Blue value is 96 (37.89% from 255 or 19.75% from 486); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFC60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AFC60 is #75039F. Grayscale: #C8C8C8. Windows color (decimal): -7668640 or 6356106. OLE color: 6356106.

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

Color convert

RGB 138 252 96 -
CMYK 0.45 0 0.62 0.01
HSL 103.85º 0.96% 0.68% -
HSV(B) 103.85º 0.62% 0.99% -
XYZ 47.4 75.87 23.21 -
YUV 200.13 69.23 83.68 -
System Red Green Blue C M Y K H S L
Decimal 138 252 96 0.45 0 0.62 0.01 103.85 0.96 0.68
Hex 8A FC 60 2D 0 3E 1 68 60 44
Octal 212 374 140 55 0 76 1 150 140 104
Binary 10001010 11111100 1100000 101101 0 111110 1 1101000 1100000 1000100

Color Harmonies of #8AFC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFC60

Black with #8AFC60

Text Example


Text Example

White with #8AFC60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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