Html Css Color HEX #3AF98C Shamrock

📋 copy color: '#3AF98C'

red 58 ◦ green 249 ◦ blue 140

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

Shades of Shamrock #3AF98C

Tints of Shamrock #3AF98C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.32%

R = 12.98%
G = 55.7%
B = 31.32%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#3AF98C (or 0x3AF98C) is known color: Shamrock. HEX triplet: 3A, F9 and 8C. RGB value is (58,249,140). Sum of RGB (Red+Green+Blue) = 58+249+140=447 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.98% from 447); Green value is 249 (97.66% from 255 or 55.70% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF98C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF98C is #C50673. Grayscale: #B3B3B3. Windows color (decimal): -12912244 or 9238842. OLE color: 9238842.

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

Color convert

RGB 58 249 140 -
CMYK 0.77 0 0.44 0.02
HSL 145.76º 0.94% 0.6% -
HSV(B) 145.76º 0.77% 0.98% -
XYZ 40.35 70.54 36.3 -
YUV 179.47 105.72 41.36 -
System Red Green Blue C M Y K H S L
Decimal 58 249 140 0.77 0 0.44 0.02 145.76 0.94 0.6
Hex 3A F9 8C 4D 0 2C 2 92 5E 3C
Octal 72 371 214 115 0 54 2 222 136 74
Binary 111010 11111001 10001100 1001101 0 101100 10 10010010 1011110 111100

Color Harmonies of #3AF98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF98C

Black with #3AF98C

Text Example


Text Example

White with #3AF98C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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