Html Css Color HEX #3AF990 Shamrock

📋 copy color: '#3AF990'

red 58 ◦ green 249 ◦ blue 144

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

Shades of Shamrock #3AF990

Tints of Shamrock #3AF990

RGB

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

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

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

R = 12.86%
G = 55.21%
B = 31.93%

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

#3AF990 (or 0x3AF990) is known color: Shamrock. HEX triplet: 3A, F9 and 90. RGB value is (58,249,144). Sum of RGB (Red+Green+Blue) = 58+249+144=451 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.86% from 451); Green value is 249 (97.66% from 255 or 55.21% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF990 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF990 is #C5066F. Grayscale: #B4B4B4. Windows color (decimal): -12912240 or 9500986. OLE color: 9500986.

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

Color convert

RGB 58 249 144 -
CMYK 0.77 0 0.42 0.02
HSL 147.02º 0.94% 0.6% -
HSV(B) 147.02º 0.77% 0.98% -
XYZ 40.65 70.66 37.88 -
YUV 179.92 107.72 41.04 -
System Red Green Blue C M Y K H S L
Decimal 58 249 144 0.77 0 0.42 0.02 147.02 0.94 0.6
Hex 3A F9 90 4D 0 2A 2 93 5E 3C
Octal 72 371 220 115 0 52 2 223 136 74
Binary 111010 11111001 10010000 1001101 0 101010 10 10010011 1011110 111100

Color Harmonies of #3AF990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF990

Black with #3AF990

Text Example


Text Example

White with #3AF990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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