Html Css Color HEX #3AFA90 Shamrock

📋 copy color: '#3AFA90'

red 58 ◦ green 250 ◦ blue 144

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

Shades of Shamrock #3AFA90

Tints of Shamrock #3AFA90

RGB

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

 GREEN value IS 250 (98.05% from 255) = 55.31%

 BLUE value IS 144 (56.64% from 255) = 31.86%

R = 12.83%
G = 55.31%
B = 31.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#3AFA90 (or 0x3AFA90) is known color: Shamrock. HEX triplet: 3A, FA and 90. RGB value is (58,250,144). Sum of RGB (Red+Green+Blue) = 58+250+144=452 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.83% from 452); Green value is 250 (98.05% from 255 or 55.31% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 250 - color contains mainly: green. Hex color #3AFA90 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AFA90 is #C5056F. Grayscale: #B4B4B4. Windows color (decimal): -12911984 or 9501242. OLE color: 9501242.

HSL color Cylindrical-coordinate representation of color #3AFA90: hue angle of 146.88º degrees, saturation: 0.95, 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 #3AFA90 is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 250 144 -
CMYK 0.77 0 0.42 0.02
HSL 146.88º 0.95% 0.6% -
HSV(B) 146.88º 0.77% 0.98% -
XYZ 40.96 71.28 37.99 -
YUV 180.51 107.39 40.62 -
System Red Green Blue C M Y K H S L
Decimal 58 250 144 0.77 0 0.42 0.02 146.88 0.95 0.6
Hex 3A FA 90 4D 0 2A 2 93 5F 3C
Octal 72 372 220 115 0 52 2 223 137 74
Binary 111010 11111010 10010000 1001101 0 101010 10 10010011 1011111 111100

Color Harmonies of #3AFA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFA90

Black with #3AFA90

Text Example


Text Example

White with #3AFA90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,250,144); }

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

background-color css

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

 a { background-color: rgb(58,250,144); }

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

border-color css

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

 span { border-color: rgb(58,250,144); }

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