Html Css Color HEX #3FA016 Kelly Green

📋 copy color: '#3FA016'

red 63 ◦ green 160 ◦ blue 22

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

Shades of Kelly Green #3FA016

Tints of Kelly Green #3FA016

RGB

 RED value IS 63 (25% from 255) = 25.71%

 GREEN value IS 160 (62.89% from 255) = 65.31%

 BLUE value IS 22 (8.98% from 255) = 8.98%

R = 25.71%
G = 65.31%
B = 8.98%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#3FA016 (or 0x3FA016) is known color: Kelly Green. HEX triplet: 3F, A0 and 16. RGB value is (63,160,22). Sum of RGB (Red+Green+Blue) = 63+160+22=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 160 (62.89% from 255 or 65.31% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 160 - color contains mainly: green. Hex color #3FA016 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FA016 is #C05FE9. Grayscale: #737373. Windows color (decimal): -12607466 or 1482815. OLE color: 1482815.

HSL color Cylindrical-coordinate representation of color #3FA016: hue angle of 102.17º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3FA016 is Cyan = 0.61, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 63 160 22 -
CMYK 0.61 0 0.86 0.37
HSL 102.17º 0.76% 0.36% -
HSV(B) 102.17º 0.86% 0.63% -
XYZ 14.77 26.26 5.05 -
YUV 115.27 75.36 90.72 -
System Red Green Blue C M Y K H S L
Decimal 63 160 22 0.61 0 0.86 0.37 102.17 0.76 0.36
Hex 3F A0 16 3D 0 56 25 66 4C 24
Octal 77 240 26 75 0 126 45 146 114 44
Binary 111111 10100000 10110 111101 0 1010110 100101 1100110 1001100 100100

Color Harmonies of #3FA016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA016

Black with #3FA016

Text Example


Text Example

White with #3FA016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,160,22); }

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

background-color css

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

 a { background-color: rgb(63,160,22); }

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

border-color css

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

 span { border-color: rgb(63,160,22); }

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