Html Css Color HEX #3AF96D Screamin' Green

📋 copy color: '#3AF96D'

red 58 ◦ green 249 ◦ blue 109

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

Shades of Screamin' Green #3AF96D

Tints of Screamin' Green #3AF96D

RGB

 RED value IS 58 (23.05% from 255) = 13.94%

 GREEN value IS 249 (97.66% from 255) = 59.86%

 BLUE value IS 109 (42.97% from 255) = 26.2%

R = 13.94%
G = 59.86%
B = 26.2%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#3AF96D (or 0x3AF96D) is known color: Screamin' Green. HEX triplet: 3A, F9 and 6D. RGB value is (58,249,109). Sum of RGB (Red+Green+Blue) = 58+249+109=416 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.94% from 416); Green value is 249 (97.66% from 255 or 59.86% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF96D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF96D is #C50692. Grayscale: #B0B0B0. Windows color (decimal): -12912275 or 7207226. OLE color: 7207226.

HSL color Cylindrical-coordinate representation of color #3AF96D: hue angle of 136.02º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF96D is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 249 109 -
CMYK 0.77 0 0.56 0.02
HSL 136.02º 0.94% 0.6% -
HSV(B) 136.02º 0.77% 0.98% -
XYZ 38.38 69.76 25.91 -
YUV 175.93 90.22 43.88 -
System Red Green Blue C M Y K H S L
Decimal 58 249 109 0.77 0 0.56 0.02 136.02 0.94 0.6
Hex 3A F9 6D 4D 0 38 2 88 5E 3C
Octal 72 371 155 115 0 70 2 210 136 74
Binary 111010 11111001 1101101 1001101 0 111000 10 10001000 1011110 111100

Color Harmonies of #3AF96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF96D

Black with #3AF96D

Text Example


Text Example

White with #3AF96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3AF96D; }

 p { color: rgb(58,249,109); }

 H1.HeaderClassName
 {
   color: #3AF96D;
 }
 .AnyTagClassName
 {
   color: #3AF96D;
 }
</style>

background-color css

<style>
 a { background-color: #3AF96D; }

 a { background-color: rgb(58,249,109); }

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

border-color css

<style>
 span { border-color: #3AF96D; }

 span { border-color: rgb(58,249,109); }

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