Html Css Color HEX #3AF88F Shamrock

📋 copy color: '#3AF88F'

red 58 ◦ green 248 ◦ blue 143

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

Shades of Shamrock #3AF88F

Tints of Shamrock #3AF88F

RGB

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

 GREEN value IS 248 (97.27% from 255) = 55.23%

 BLUE value IS 143 (56.25% from 255) = 31.85%

R = 12.92%
G = 55.23%
B = 31.85%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#3AF88F (or 0x3AF88F) is known color: Shamrock. HEX triplet: 3A, F8 and 8F. RGB value is (58,248,143). Sum of RGB (Red+Green+Blue) = 58+248+143=449 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.92% from 449); Green value is 248 (97.27% from 255 or 55.23% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF88F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF88F is #C50770. Grayscale: #B3B3B3. Windows color (decimal): -12912497 or 9435194. OLE color: 9435194.

HSL color Cylindrical-coordinate representation of color #3AF88F: hue angle of 146.84º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF88F is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 58 248 143 -
CMYK 0.77 0 0.42 0.03
HSL 146.84º 0.93% 0.6% -
HSV(B) 146.84º 0.77% 0.97% -
XYZ 40.27 70.02 37.38 -
YUV 179.22 107.55 41.54 -
System Red Green Blue C M Y K H S L
Decimal 58 248 143 0.77 0 0.42 0.03 146.84 0.93 0.6
Hex 3A F8 8F 4D 0 2A 3 93 5D 3C
Octal 72 370 217 115 0 52 3 223 135 74
Binary 111010 11111000 10001111 1001101 0 101010 11 10010011 1011101 111100

Color Harmonies of #3AF88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF88F

Black with #3AF88F

Text Example


Text Example

White with #3AF88F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,248,143); }

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

background-color css

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

 a { background-color: rgb(58,248,143); }

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

border-color css

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

 span { border-color: rgb(58,248,143); }

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